Changeset 13644 for trunk/psModules/test/imcombine/Makefile.am
- Timestamp:
- Jun 5, 2007, 9:55:14 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/test/imcombine/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/imcombine/Makefile.am
r11118 r13644 11 11 $(PSMODULES_LIBS) 12 12 13 TEST S = \13 TEST_PROGS = \ 14 14 tap_pmImageCombine 15 15 16 check_PROGRAMS = $(TESTS) 16 if BUILD_TESTS 17 bin_PROGRAMS = $(TEST_PROGS) 18 TESTS = $(TEST_PROGS) 19 else 20 check_PROGRAMS = $(TEST_PROGS) 21 endif 17 22 18 CLEANFILES = $( TESTS) temp/* *~23 CLEANFILES = $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out 19 24 20 25 test: check 26 $(top_srcdir)/test/test.pl
Note:
See TracChangeset
for help on using the changeset viewer.
