From c39cb92325ba7280dae175ec5a32a97d0668981e Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Thu, 13 Mar 2025 17:25:04 +0100 Subject: Run a test after building the test executable --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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" all: $(_LANES_TARGET) # build the unit_tests and the side deep_userdata_example module +# also run the test that shows whether lanes is successfully loaded or not unit_tests: $(_UNITTEST_TARGET) $(_DUE_TARGET) cd deep_userdata_example && $(MAKE) -f DUE.makefile LUA_LIBDIR=$(LUA_LIBDIR) install + $(_UNITTEST_TARGET) "lanes.require 'lanes'" #--- -- cgit v1.2.3-55-g6feb