IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 5, 2007, 9:55:14 AM (19 years ago)
Author:
Paul Price
Message:

Updating test build system for psModules to match that for psLib.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/astrom/Makefile.am

    r10824 r13644  
    1111        $(PSMODULES_LIBS)
    1212
    13 check_PROGRAMS = \
     13TEST_PROGS = \
    1414        tap_pmAstrometryWCS \
    1515        tap_pmAstrometryWCS_DVO \
     
    1818        tap_pmAstrometryWCS_DVO4
    1919
     20if BUILD_TESTS
     21bin_PROGRAMS = $(TEST_PROGS)
     22TESTS = $(TEST_PROGS)
     23else
     24check_PROGRAMS = $(TEST_PROGS)
     25endif
     26
     27CLEANFILES = $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out
     28
    2029test: check
    21 
    22 tests: $(check_PROGRAMS)
    2330        $(top_srcdir)/test/test.pl
    24 
Note: See TracChangeset for help on using the changeset viewer.