Changeset 2158621 in rtems
- Timestamp:
- 12/19/18 08:25:29 (4 years ago)
- Branches:
- 5, master
- Children:
- 750e795
- Parents:
- 10135fa
- git-author:
- Sebastian Huber <sebastian.huber@…> (12/19/18 08:25:29)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (12/21/18 06:56:35)
- Files:
-
- 4 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/Makefile.am
r10135fa r2158621 79 79 librtemscpu_a_SOURCES += libcsupport/src/access.c 80 80 librtemscpu_a_SOURCES += libcsupport/src/arc4random_getentropy_fail.c 81 librtemscpu_a_SOURCES += libcsupport/src/alignedalloc.c 81 82 librtemscpu_a_SOURCES += libcsupport/src/__assert.c 82 83 librtemscpu_a_SOURCES += libcsupport/src/assoc32tostring.c -
testsuites/sptests/Makefile.am
r10135fa r2158621 771 771 spcpuset01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_spcpuset01) \ 772 772 $(support_includes) -DSMPTEST 773 endif 774 775 if HAS_CPLUSPLUS 776 if TEST_spcxx01 777 sp_tests += spcxx01 778 sp_screens += spcxx01/spcxx01.scn 779 sp_docs += spcxx01/spcxx01.doc 780 spcxx01_SOURCES = spcxx01/init.cc 781 spcxx01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_spcxx01) \ 782 $(support_includes) 783 spcxx01_CXXFLAGS = $(AM_CXXFLAGS) -std=gnu++17 784 endif 773 785 endif 774 786 -
testsuites/sptests/configure.ac
r10135fa r2158621 125 125 RTEMS_TEST_CHECK([spcpucounter01]) 126 126 RTEMS_TEST_CHECK([spcpuset01]) 127 RTEMS_TEST_CHECK([spcxx01]) 127 128 RTEMS_TEST_CHECK([spedfsched01]) 128 129 RTEMS_TEST_CHECK([spedfsched02])
Note: See TracChangeset
for help on using the changeset viewer.