Changeset a42d7d8 in mainline for uspace/lib/bithenge/Makefile.linux


Ignore:
Timestamp:
2012-08-19T05:28:24Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fae4d30
Parents:
1c79996
Message:

Bithenge: add fake system call errors to test error handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/bithenge/Makefile.linux

    r1c79996 ra42d7d8  
    4646        tree.c
    4747
     48ifdef COVERAGE
     49        CFLAGS += -fprofile-arcs -ftest-coverage
     50endif
     51
     52ifdef FAILURE
     53        CFLAGS += -DBITHENGE_FAILURE_ENABLE=1
     54        SOURCES += failure.c
     55endif
     56
    4857OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
    4958
Note: See TracChangeset for help on using the changeset viewer.