summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2018-04-01 07:01:19 +0200
committerRichard Braun <rbraun@sceen.net>2018-04-01 07:01:19 +0200
commitcb86e4abaa7f3419ea0e096e5ca80ede5505a696 (patch)
treefe16a41d98641b45bc35177806fd16a4a09f6001 /test/Makefile
parent076476fe6c0f4b947d4441afcfc97561bb23711c (diff)
kern/bulletin: new module
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 96541af4..c98d6fb4 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,3 +1,4 @@
+x15_SOURCES-$(CONFIG_TEST_MODULE_BULLETIN) += test/test_bulletin.c
x15_SOURCES-$(CONFIG_TEST_MODULE_MUTEX) += test/test_mutex.c
x15_SOURCES-$(CONFIG_TEST_MODULE_MUTEX_PI) += test/test_mutex_pi.c
x15_SOURCES-$(CONFIG_TEST_MODULE_PMAP_UPDATE_MP) += test/test_pmap_update_mp.c