IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 20, 2005, 1:06:24 PM (21 years ago)
Author:
gusciora
Message:

....

File:
1 edited

Legend:

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

    r5169 r5435  
    44AM_CFLAGS  = @AM_CFLAGS@ $(PSMODULE_CFLAGS) $(SRCINC)
    55
    6 TESTS =
     6TESTS = \
     7    tst_pmConfig
     8
     9tst_pmConfig_SOURCES = tst_pmConfig.c
    710
    811check_PROGRAMS = $(TESTS)
     
    1013TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest --verified=$(srcdir)/verified
    1114
    12 tests:
     15tests: $(TESTS)
     16
     17EXTRA_DIST = verified
     18
     19CLEANFILES = $(TESTS) temp/*
    1320
    1421test: check
Note: See TracChangeset for help on using the changeset viewer.