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/Makefile.in

    r37886 r38473  
    109109        cd src/opihi; $(MAKE) dvo.install && exit 1
    110110
     111test:
     112        for i in $(LIBS); do $(MAKE) $$i.test || exit 1; done
     113
    111114clean:
    112115        @if [ "$(ARCH)" = "" ]; then echo ""; echo " *** please define ARCH ***"; echo; exit 1; fi
     
    156159%.dist:
    157160        (cd src/$* && $(MAKE) dist)
     161
     162%.test:
     163        if [ -d "src/$*" ]; then (cd src/$* && $(MAKE) test); fi
     164
     165.PHONY: test
Note: See TracChangeset for help on using the changeset viewer.