IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8747


Ignore:
Timestamp:
Sep 6, 2006, 9:49:38 AM (20 years ago)
Author:
drobbin
Message:

Updated makefile to allow me to use "make tests" - extremely convenient in comparison.

File:
1 edited

Legend:

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

    r8731 r8747  
    33        -I$(top_srcdir)/test/tap/src \
    44        -I$(top_srcdir)/test/pstap/src \
    5         $(PSLIB_CFLAGS) 
     5        $(PSLIB_CFLAGS)
    66AM_LDFLAGS = \
    77        $(top_builddir)/src/libpslib.la  \
    88        $(top_builddir)/test/tap/src/libtap.la \
    99        $(top_builddir)/test/pstap/src/libpstap.la \
    10         $(PSLIB_LIBS) 
     10        $(PSLIB_LIBS)
    1111AM_CFLAGS = -DXML_CONFIG_FILE="\"$(top_srcdir)/etc/pslib/psTime.xml\""
    1212
    13 check_PROGRAMS = \
     13
     14TESTS = \
    1415        tap_psMetadataIterator \
    1516        tap_psListIterator \
     
    2324        tap_psMetadata_polynomials \
    2425        tap_psArray_all
     26
     27check_PROGRAMS = $(TESTS)
    2528
    2629check_DATA = \
     
    5255    data/mdcfgwrt.verified
    5356
    54 CLEANFILES = $(check_DATA) multi.fits table.fits temp/* MDCopy.in MDCopy.out mdcfgwrt.out \
     57CLEANFILES = $(TESTS) $(check_DATA) multi.fits table.fits temp/* MDCopy.in MDCopy.out mdcfgwrt.out \
    5558        core core.* *~ *.bb *.bbg *.da gmon.out
     59
     60tests: $(check_DATA) $(TESTS)
     61
    5662
    5763%.dat: verified/%.dat
Note: See TracChangeset for help on using the changeset viewer.