Changeset 865b981 in mainline for uspace/Makefile.common


Ignore:
Timestamp:
2014-09-19T10:25:39Z (11 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
824208bf
Parents:
c85a57f
Message:

Build (but do not include) PCUT tests by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    rc85a57f r865b981  
    203203
    204204# PCUT-based unit tests
    205 ifeq ($(CONFIG_PCUT_TESTS),y)
    206205ifneq ($(TEST_SOURCES),)
    207206        TEST_OUTPUT = $(TEST_BINARY)
     
    213212endif
    214213        TEST_OUTPUT_LIBS += $(TEST_LIBS)
    215 endif
    216214endif
    217215
     
    357355endif
    358356
    359 ifeq ($(CONFIG_PCUT_TESTS),y)
    360357ifneq ($(TEST_OUTPUT),)
    361358$(TEST_OUTPUT): $(LINKER_SCRIPT) $(TEST_OBJECTS) $(TEST_OUTPUT_LIBS)
     
    365362endif
    366363endif
    367 endif
    368364
    369365%.o: %.S $(DEPEND)
Note: See TracChangeset for help on using the changeset viewer.