aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7d6b2ce..0eb485f 100644
--- a/Makefile
+++ b/Makefile
@@ -55,8 +55,10 @@ _PREFIX := LUA_CPATH="./src/?.$(_SO)" LUA_PATH="./src/?.lua;./tests/?.lua"
55all: $(_LANES_TARGET) 55all: $(_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
58unit_tests: $(_UNITTEST_TARGET) $(_DUE_TARGET) 59unit_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