summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-06-29 14:36:26 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-06-29 14:36:58 +0200
commit7f7a3e8f70c46a2a5a5ef120909c8211840ef5cb (patch)
tree2614cd84957853a7b1c919c9bc304a5bfc65fbcb /cpukit/libmisc/Makefile.am
parentscore: Add RTEMS_NO_INLINE (diff)
downloadrtems-7f7a3e8f70c46a2a5a5ef120909c8211840ef5cb.tar.bz2
tests: Move busy loop to test support
Update #3056.
Diffstat (limited to 'cpukit/libmisc/Makefile.am')
-rw-r--r--cpukit/libmisc/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/libmisc/Makefile.am b/cpukit/libmisc/Makefile.am
index d8fa47a2a5..6772dd1673 100644
--- a/cpukit/libmisc/Makefile.am
+++ b/cpukit/libmisc/Makefile.am
@@ -174,6 +174,7 @@ libstringto_a_SOURCES = stringto/stringtodouble.c stringto/stringtofloat.c \
noinst_LIBRARIES += libtestsupport.a
libtestsupport_a_SOURCES =
libtestsupport_a_SOURCES += testsupport/testbeginend.c
+libtestsupport_a_SOURCES += testsupport/testbusy.c
libtestsupport_a_SOURCES += testsupport/testextension.c
libtestsupport_a_SOURCES += testsupport/testparallel.c