diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -55,8 +55,10 @@ _PREFIX := LUA_CPATH="./src/?.$(_SO)" LUA_PATH="./src/?.lua;./tests/?.lua" | |||
55 | all: $(_LANES_TARGET) | 55 | all: $(_LANES_TARGET) |
56 | 56 | ||
57 | # build the unit_tests and the side deep_userdata_example module | 57 | # build the unit_tests and the side deep_userdata_example module |
58 | # also run the test that shows whether lanes is successfully loaded or not | ||
58 | unit_tests: $(_UNITTEST_TARGET) $(_DUE_TARGET) | 59 | unit_tests: $(_UNITTEST_TARGET) $(_DUE_TARGET) |
59 | cd deep_userdata_example && $(MAKE) -f DUE.makefile LUA_LIBDIR=$(LUA_LIBDIR) install | 60 | cd deep_userdata_example && $(MAKE) -f DUE.makefile LUA_LIBDIR=$(LUA_LIBDIR) install |
61 | $(_UNITTEST_TARGET) "lanes.require 'lanes'" | ||
60 | 62 | ||
61 | #--- | 63 | #--- |
62 | 64 | ||