Changeset 0dc2fec in mainline for uspace/lib/pcut/update-from-master.sh
- 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/update-from-master.sh
r153c7a29 r0dc2fec 59 59 PCUT_TEST_PREFIX = test-libpcut- 60 60 61 EXTRA_OUTPUT= \61 SELF_TESTS = \ 62 62 EOF_MAKEFILE_HEAD 63 63 … … 69 69 cat >>Makefile <<'EOF_MAKEFILE_TAIL' 70 70 71 EXTRA_CLEAN = $(SELF_TESTS) 72 71 73 include helenos.mak 72 74 … … 75 77 include helenos.test.mak 76 78 79 all-test: $(SELF_TESTS) 80 77 81 test-libpcut-%: $(OUTPUT) 78 82 $(LD) -n $(LFLAGS) -T $(LINKER_SCRIPT) -o $@ $^ $(OUTPUT) $(BASE_LIBS)
Note:
See TracChangeset
for help on using the changeset viewer.