IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8797


Ignore:
Timestamp:
Sep 12, 2006, 10:31:52 AM (20 years ago)
Author:
jhoblitt
Message:

remove the use of TESTS, yet again, as this variable breaks the recursive building of check_PROGRAMS if any of check_PROGRAMS fails in a SUBDIR fail to exit successfully

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/types/Makefile.am

    r8786 r8797  
    1111AM_CFLAGS = -DXML_CONFIG_FILE="\"$(top_srcdir)/etc/pslib/psTime.xml\""
    1212
    13 
    14 TESTS = \
     13check_PROGRAMS = \
    1514        tap_psMetadataIterator \
    1615        tap_psListIterator \
     
    4342    mdcfgwrt.verified
    4443
    45 check_PROGRAMS = $(TESTS)
    46 
    4744EXTRA_DIST = \
    4845        data/header_1.fits \
     
    5653    data/mdcfgwrt.verified
    5754
    58 CLEANFILES = $(TESTS) $(check_DATA) multi.fits table.fits temp/* MDCopy.in MDCopy.out mdcfgwrt.out \
     55CLEANFILES = $(check_DATA) multi.fits table.fits temp/* MDCopy.in MDCopy.out mdcfgwrt.out \
    5956        core core.* *~ *.bb *.bbg *.da gmon.out
    6057
    61 tests: $(check_DATA) $(TESTS)
    62 
     58tests: $(check_PROGRAMS) $(check_DATA)
     59        $(top_srcdir)/test/test.pl
    6360
    6461%.dat: verified/%.dat
Note: See TracChangeset for help on using the changeset viewer.