Changeset 3275 for trunk/psLib/test/sysUtils/Makefile.am
- Timestamp:
- Feb 17, 2005, 12:22:06 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/Makefile.am
r3237 r3275 15 15 AM_LDFLAGS = -L$(top_builddir)/src -lpslib $(PSLIB_LIBS) 16 16 17 check_PROGRAMS = \17 TESTS = \ 18 18 tst_psAbort \ 19 19 tst_psMemory \ … … 24 24 tst_psConfigure 25 25 26 check_PROGRAMS =$(TESTS) 27 26 28 TESTS_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 35 30 tests: $(TESTS) 36 31
Note:
See TracChangeset
for help on using the changeset viewer.
