Changeset 13644 for trunk/psModules/test/astrom/Makefile.am
- Timestamp:
- Jun 5, 2007, 9:55:14 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/test/astrom/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/astrom/Makefile.am
r10824 r13644 11 11 $(PSMODULES_LIBS) 12 12 13 check_PROGRAMS = \13 TEST_PROGS = \ 14 14 tap_pmAstrometryWCS \ 15 15 tap_pmAstrometryWCS_DVO \ … … 18 18 tap_pmAstrometryWCS_DVO4 19 19 20 if BUILD_TESTS 21 bin_PROGRAMS = $(TEST_PROGS) 22 TESTS = $(TEST_PROGS) 23 else 24 check_PROGRAMS = $(TEST_PROGS) 25 endif 26 27 CLEANFILES = $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out 28 20 29 test: check 21 22 tests: $(check_PROGRAMS)23 30 $(top_srcdir)/test/test.pl 24
Note:
See TracChangeset
for help on using the changeset viewer.
