Changeset 0dc2fec in mainline for uspace/lib/pcut/Makefile
- Timestamp:
- 2016-05-22T19:19:43Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b272c67a
- Parents:
- 153c7a29 (diff), af2254ec (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcut/Makefile
r153c7a29 r0dc2fec 6 6 PCUT_TEST_PREFIX = test-libpcut- 7 7 8 EXTRA_OUTPUT= \8 SELF_TESTS = \ 9 9 $(PCUT_TEST_PREFIX)abort$(PCUT_TEST_SUFFIX) \ 10 10 $(PCUT_TEST_PREFIX)asserts$(PCUT_TEST_SUFFIX) \ … … 25 25 $(PCUT_TEST_PREFIX)xmlreport$(PCUT_TEST_SUFFIX) 26 26 27 EXTRA_CLEAN = $(SELF_TESTS) 28 27 29 include helenos.mak 28 30 … … 31 33 include helenos.test.mak 32 34 35 all-test: $(SELF_TESTS) 36 33 37 test-libpcut-%: $(OUTPUT) 34 38 $(LD) -n $(LFLAGS) -T $(LINKER_SCRIPT) -o $@ $^ $(OUTPUT) $(BASE_LIBS)
Note:
See TracChangeset
for help on using the changeset viewer.