Ignore:
Timestamp:
Oct 22, 2014, 12:43:09 PM (9 years ago)
Author:
cfuguet
Message:

reconf: improving test recipe of unit tests' makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reconfiguration/modules/vci_cc_vcache_wrapper/caba/test/simple_wdt_test/Makefile

    r852 r856  
    7575
    7676test: $(SIMULATOR) $(TARGET)
    77         -$< -SOFT $(TARGET) -DISK /dev/null 2> /dev/null >> $(CONFDIR)/log
    78         -soclib-cleanup-terms &> /dev/null
    79         mv term0 $(CONFDIR)/term
    80         grep -q "success" $(CONFDIR)/term
    81         if [ $$? == 0 ]; then \
    82                 echo $$(basename $(PWD)) ": Success"; \
    83         else \
    84                 echo $$(basename $(PWD)) ": Failure"; \
     77        @$< -SOFT $(TARGET) -DISK /dev/null 2> /dev/null >> $(CONFDIR)/log || true
     78        @soclib-cleanup-terms &> /dev/null || true
     79        @mv term0 $(CONFDIR)/term
     80        @grep -q "success" $(CONFDIR)/term
     81        @if [ $$? == 0 ]; \
     82        then echo $$(basename $(PWD)) ": Success"; \
     83        else echo $$(basename $(PWD)) ": Failure"; \
    8584        fi;
    8685
Note: See TracChangeset for help on using the changeset viewer.