IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2015, 12:53:55 PM (11 years ago)
Author:
eugene
Message:

add testing; rename HAS_STACK with HAS_PS1_STACK; use synth phot if no ps1 data exists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libkapa/Makefile

    r35761 r38473  
    99MAN     =       $(HOME)/doc
    1010INC     =       $(HOME)/include
     11TESTDIR =       $(HOME)/test
     12TESTBIN =       $(HOME)/test
    1113include ../../Makefile.Common
    1214
     
    4951$(DESTLIB)/libkapa.a:  $(LIB)/libkapa.$(ARCH).a 
    5052$(DESTLIB)/libkapa.$(DLLTYPE): $(LIB)/libkapa.$(ARCH).$(DLLTYPE)
     53
     54TESTPROG =
     55$(TESTPROG) : % : $(TESTBIN)/% $(OBJS)
     56test: $(TESTPROG)
     57        for i in $(TESTPROG); do $(TESTBIN)/$$i 2>&1 | $(TESTHARNESS); done
     58test.verbose: $(TESTPROG)
     59        for i in $(TESTPROG); do $(TESTBIN)/$$i 2>&1 |& $(TESTHARNESS) -v; done
Note: See TracChangeset for help on using the changeset viewer.