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

    r9877 r13644  
    1 
    21AM_CPPFLAGS = \
    32        $(SRCINC) \
     
    1211        $(PSMODULES_LIBS)
    1312
    14 check_PROGRAMS = tap_pmShutterCorrection
     13TEST_PROGS = \
     14        tap_pmShutterCorrection
    1515
    16 CLEANFILES = temp/* core core.* *~
     16if BUILD_TESTS
     17bin_PROGRAMS = $(TEST_PROGS)
     18TESTS = $(TEST_PROGS)
     19else
     20check_PROGRAMS = $(TEST_PROGS)
     21endif
     22
     23CLEANFILES = $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out
    1724
    1825test: check
     26        $(top_srcdir)/test/test.pl
Note: See TracChangeset for help on using the changeset viewer.