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/imcombine/Makefile.am

    r11118 r13644  
    1111        $(PSMODULES_LIBS)
    1212
    13 TESTS = \
     13TEST_PROGS = \
    1414        tap_pmImageCombine
    1515
    16 check_PROGRAMS = $(TESTS)
     16if BUILD_TESTS
     17bin_PROGRAMS = $(TEST_PROGS)
     18TESTS = $(TEST_PROGS)
     19else
     20check_PROGRAMS = $(TEST_PROGS)
     21endif
    1722
    18 CLEANFILES = $(TESTS) temp/* *~
     23CLEANFILES = $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out
    1924
    2025test: check
     26        $(top_srcdir)/test/test.pl
Note: See TracChangeset for help on using the changeset viewer.