Changeset 856 for branches/reconfiguration/modules
- Timestamp:
 - Oct 22, 2014, 12:43:09 PM (11 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/reconfiguration/modules/vci_cc_vcache_wrapper/caba/test/simple_wdt_test/Makefile
r852 r856 75 75 76 76 test: $(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"; \ 85 84 fi; 86 85  
Note: See TracChangeset
          for help on using the changeset viewer.
      