IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 17, 2005, 12:22:06 PM (21 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/Makefile.am

    r3237 r3275  
    1515AM_LDFLAGS = -L$(top_builddir)/src -lpslib $(PSLIB_LIBS)
    1616
    17 check_PROGRAMS = \
     17TESTS = \
    1818        tst_psAbort      \
    1919        tst_psMemory     \
     
    2424        tst_psConfigure
    2525
     26check_PROGRAMS =$(TESTS)
     27
    2628TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
    27 TESTS = \
    28         tst_psAbort      \
    29         tst_psMemory     \
    30         tst_psError      \
    31         tst_psLogMsg     \
    32         tst_psStringCopy \
    33         tst_psTrace      \
    34         tst_psConfigure
     29
    3530tests: $(TESTS)
    3631
Note: See TracChangeset for help on using the changeset viewer.