Changeset 3298 for trunk/psLib/test/fileUtils/Makefile.am
- Timestamp:
- Feb 22, 2005, 9:25:53 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/fileUtils/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/fileUtils/Makefile.am
r3275 r3298 22 22 check_PROGRAMS = $(TESTS) 23 23 24 check_DATA = table10.dat table2.dat table3.dat tableF32.dat tableS32.dat tableU8.dat 25 24 26 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified 25 27 tests: $(TESTS) … … 27 29 tst_psLookupTable_01_SOURCES = tst_psLookupTable_01.c 28 30 tst_psFits_SOURCES = tst_psFits.c 31 32 %.dat: verified/%.dat 33 cp $? $@ 34
Note:
See TracChangeset
for help on using the changeset viewer.
