IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2015, 10:04:22 AM (11 years ago)
Author:
eugene
Message:

tap-ify typetest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20150429/src/libohana/Makefile

    r38377 r38407  
    6666$(TESTPROG) : % : $(TESTBIN)/% $(OBJS)
    6767test: $(TESTPROG)
    68         for i in $(TESTPROG); do $(TESTBIN)/$$i; done
    69 
     68        for i in $(TESTPROG); do $(TESTBIN)/$$i 2>&1 | $(TESTHARNESS); done
     69test.verbose: $(TESTPROG)
     70        for i in $(TESTPROG); do $(TESTBIN)/$$i 2>&1 |& $(TESTHARNESS) -v; done
Note: See TracChangeset for help on using the changeset viewer.