summaryrefslogtreecommitdiff
path: root/tests/modules/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/GNUmakefile')
-rwxr-xr-xtests/modules/GNUmakefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/modules/GNUmakefile b/tests/modules/GNUmakefile
index f61374d..2c4aac9 100755
--- a/tests/modules/GNUmakefile
+++ b/tests/modules/GNUmakefile
@@ -1,6 +1,6 @@
TOPDIR = ../..
-SUBDIRS = libcommon testmod testmod2 testmod3
+SUBDIRS = libcommon testmod testmod2 testmod3 testmod4
INCLUDE_DIRS = \
-I. -I$(TOPDIR)/src \
@@ -19,7 +19,8 @@ INCLUDE_LIBS = \
TEST_CPP_BINS = \
test1$(EXE) \
test2$(EXE) \
- test3$(EXE)
+ test3$(EXE) \
+ test4$(EXE)
OBJS =
@@ -36,3 +37,4 @@ local_test:
@./exec_test test1 "Module loader"
@./exec_test test2 "Module loader with singleton"
@./exec_test test3 "Load module in module"
+ @./exec_test test4 "Module initialization"