Changeset f4cec63d in rtems
- Timestamp:
- Nov 30, 1997, 6:36:52 PM (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b9ca4ba
- Parents:
- 0f39365
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/Makefile.in
r0f39365 rf4cec63d 15 15 # mptests are the multiprocessing test suite 16 16 # We only build them if HAS_MP was defined 17 18 17 MP_TESTS_yes_V = mptests 19 18 MP_TESTS = $(MP_TESTS_$(HAS_MP)_V) … … 21 20 # psxtests are the POSIX API test suite 22 21 # We only build them if HAS_POSIX_API was defined 23 24 22 POSIX_TESTS_yes_V = psxtests 25 23 POSIX_TESTS = $(POSIX_TESTS_$(HAS_POSIX_API)_V) 26 24 27 SUB_DIRS=tools support samples libtests \ 28 sptests $(MP_TESTS) $(POSIX_TESTS) tmtests 25 # wildcard on this lets ALL test suites be optional 26 SUB_DIRS=$(wildcard tools support samples libtests \ 27 sptests $(MP_TESTS) $(POSIX_TESTS) tmtests) 29 28
Note: See TracChangeset
for help on using the changeset viewer.