summaryrefslogtreecommitdiffstats
path: root/cpukit/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-18 20:09:11 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-23 09:27:47 +0200
commitc9d2405848bd55676578748f191c2f2317b9dd76 (patch)
treedd678f2a8369442e085f2264f8a994b8cea89724 /cpukit/Makefile.am
parentlibtest: Add quiet assert NULL pointer checks (diff)
downloadrtems-c9d2405848bd55676578748f191c2f2317b9dd76.tar.bz2
libtest: Add rtems_test_run()
Update #3199.
Diffstat (limited to 'cpukit/Makefile.am')
-rw-r--r--cpukit/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index ce25efe10b..89edaefb17 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -1855,6 +1855,7 @@ librtemstest_a_SOURCES += libtest/testbeginend.c
librtemstest_a_SOURCES += libtest/testbusy.c
librtemstest_a_SOURCES += libtest/testextension.c
librtemstest_a_SOURCES += libtest/testparallel.c
+librtemstest_a_SOURCES += libtest/testrun.c
librtemstest_a_SOURCES += libtest/testwrappers.c
librtemstest_a_SOURCES += libtest/t-test.c
librtemstest_a_SOURCES += libtest/t-test-busy.c