Changeset 865b981 in mainline
- Timestamp:
- 2014-09-19T10:25:39Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 824208bf
- Parents:
- c85a57f
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
rc85a57f r865b981 600 600 ! CONFIG_WRITE_CORE_FILES (n/y) 601 601 602 % Builduserspace unit tests (PCUT)602 % Include userspace unit tests (PCUT) 603 603 ! CONFIG_PCUT_TESTS (n/y) 604 604 -
uspace/Makefile
rc85a57f r865b981 231 231 lib/usbvirt \ 232 232 lib/pcm \ 233 lib/pcut \ 233 234 lib/bithenge \ 234 235 lib/posix \ 235 236 lib/mbr \ 236 237 lib/gpt 237 238 ifeq ($(CONFIG_PCUT_TESTS),y)239 LIBS += lib/pcut240 endif241 238 242 239 LIBC_BUILD = $(addsuffix .build,$(LIBC)) -
uspace/Makefile.common
rc85a57f r865b981 203 203 204 204 # PCUT-based unit tests 205 ifeq ($(CONFIG_PCUT_TESTS),y)206 205 ifneq ($(TEST_SOURCES),) 207 206 TEST_OUTPUT = $(TEST_BINARY) … … 213 212 endif 214 213 TEST_OUTPUT_LIBS += $(TEST_LIBS) 215 endif216 214 endif 217 215 … … 357 355 endif 358 356 359 ifeq ($(CONFIG_PCUT_TESTS),y)360 357 ifneq ($(TEST_OUTPUT),) 361 358 $(TEST_OUTPUT): $(LINKER_SCRIPT) $(TEST_OBJECTS) $(TEST_OUTPUT_LIBS) … … 365 362 endif 366 363 endif 367 endif368 364 369 365 %.o: %.S $(DEPEND)
Note:
See TracChangeset
for help on using the changeset viewer.