Changeset 93e3b8a3 in rtems
- Timestamp:
- 08/01/98 15:01:59 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6c914e9
- Parents:
- 8c6e195
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/samples/Makefile.in
r8c6e195 r93e3b8a3 18 18 CPLUSPLUS_TESTS = $(CPLUSPLUS_TESTS_$(HAS_CPLUSPLUS)_V) 19 19 20 # We only build the sockets tests if HAS_KA9Q was defined21 SOCKET_yes_V = socket22 SOCKET = $(SOCKET_$(HAS_KA9Q)_V)23 24 HOSTSOCKET_yes_V = socket/pgmHost25 HOSTSOCKET = $(HOSTSOCKET_$(HAS_KA9Q)_V)26 27 20 # base_mp is a sample multiprocessing test 28 21 # We only build it if HAS_MP was defined … … 33 26 FP_TESTS = paranoia 34 27 35 SUB_DIRS=hello ticker base_sp $(HOSTSOCKET) $(SOCKET)\28 SUB_DIRS=hello ticker base_sp \ 36 29 $(MP_TESTS) $(CPLUSPLUS_TESTS) $(FP_TESTS) 37 30
Note: See TracChangeset
for help on using the changeset viewer.