Changeset 3638 for trunk/psLib/test/collections/Makefile.am
- Timestamp:
- Apr 1, 2005, 12:22:17 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/Makefile.am
r3381 r3638 33 33 34 34 check_PROGRAMS =$(TESTS) 35 35 36 check_DATA = 37 36 38 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified 37 39 38 CLEANFILES = $(TESTS) $(check_DATA) 40 CLEANFILES = $(TESTS) $(check_DATA) temp/* 39 41 40 tests: $( TESTS)42 tests: $(check_DATA) $(TESTS) 41 43 42 44 tst_psVector_SOURCES = tst_psVector.c … … 56 58 tst_psScalar_SOURCES = tst_psScalar.c 57 59 60 test: check
Note:
See TracChangeset
for help on using the changeset viewer.
