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

    r10610 r13644  
    1 
    21AM_CPPFLAGS = \
    32        $(SRCINC) \
     
    1211        $(PSMODULES_LIBS)
    1312
    14 # XXX is this desired?
    15 # AM_CFLAGS  = @AM_CFLAGS@ $(PSMODULES_CFLAGS) $(SRCINC)
     13TEST_PROGS =
    1614
    17 check_PROGRAMS =
     15if BUILD_TESTS
     16bin_PROGRAMS = $(TEST_PROGS)
     17TESTS = $(TEST_PROGS)
     18else
     19check_PROGRAMS = $(TEST_PROGS)
     20endif
     21
     22CLEANFILES = $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out
    1823
    1924test: check
     25        $(top_srcdir)/test/test.pl
Note: See TracChangeset for help on using the changeset viewer.