Changeset 7998
- Timestamp:
- Jul 27, 2006, 2:41:43 PM (20 years ago)
- Location:
- trunk/psLib/test
- Files:
-
- 11 edited
-
astro/Makefile.am (modified) (1 diff)
-
db/Makefile.am (modified) (1 diff)
-
fft/Makefile.am (modified) (1 diff)
-
fits/Makefile.am (modified) (1 diff)
-
imageops/Makefile.am (modified) (1 diff)
-
jpeg/Makefile.am (modified) (1 diff)
-
math/Makefile.am (modified) (1 diff)
-
mathtypes/Makefile.am (modified) (1 diff)
-
sys/Makefile.am (modified) (1 diff)
-
types/Makefile.am (modified) (1 diff)
-
xml/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astro/Makefile.am
r7985 r7998 43 43 tests: $(check_DATA) $(TESTS) 44 44 45 CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da 45 CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out 46 46 47 47 pslib.config: $(top_srcdir)/etc/pslib/pslib.config.template -
trunk/psLib/test/db/Makefile.am
r7985 r7998 18 18 EXTRA_DIST = verified 19 19 20 CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da 20 CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out 21 21 22 22 clean-local: -
trunk/psLib/test/fft/Makefile.am
r7985 r7998 19 19 EXTRA_DIST = verified 20 20 21 CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da 21 CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out 22 22 23 23 tests: $(TESTS) $(check_DATA) -
trunk/psLib/test/fits/Makefile.am
r7983 r7998 17 17 EXTRA_DIST = verified 18 18 19 CLEANFILES = $(TESTS) $(check_DATA) temp/* multi.fits table.fits tmpImages/* core core.* *~ *.bb *.bbg *.da 19 CLEANFILES = $(TESTS) $(check_DATA) temp/* multi.fits table.fits tmpImages/* core core.* *~ \ 20 *.bb *.bbg *.da gmon.out 20 21 21 22 tests: $(check_DATA) $(TESTS) -
trunk/psLib/test/imageops/Makefile.am
r7985 r7998 33 33 EXTRA_DIST = verified 34 34 35 CLEANFILES = $(TESTS) $(check_DATA) temp/* fOut.fits sOut.fits fBiOut.fits sBiOut.fits 36 core core.* *~ *.bb *.bbg *.da 35 CLEANFILES = $(TESTS) $(check_DATA) temp/* fOut.fits sOut.fits fBiOut.fits sBiOut.fits \ 36 core core.* *~ *.bb *.bbg *.da gmon.out 37 37 38 38 tests: $(TESTS) $(check_DATA) -
trunk/psLib/test/jpeg/Makefile.am
r7985 r7998 14 14 #EXTRA_DIST = verified 15 15 16 CLEANFILES = $(TESTS) $(check_DATA) core core.* *~ *.bb *.bbg *.da 16 CLEANFILES = $(TESTS) $(check_DATA) core core.* *~ *.bb *.bbg *.da gmon.out 17 17 18 18 tests: $(TESTS) $(check_DATA) -
trunk/psLib/test/math/Makefile.am
r7985 r7998 86 86 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified 87 87 EXTRA_DIST = verified 88 CLEANFILES = $(TESTS) $(check_DATA) temp/* seed_msglog1.txt core core.* *~ *.bb *.bbg *.da 88 CLEANFILES = $(TESTS) $(check_DATA) temp/* seed_msglog1.txt core core.* *~ *.bb *.bbg *.da gmon.out 89 89 tests: $(check_DATA) $(TESTS) 90 90 test: check -
trunk/psLib/test/mathtypes/Makefile.am
r7985 r7998 34 34 EXTRA_DIST = verified 35 35 36 CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da 36 CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out 37 37 38 38 tests: $(check_DATA) $(TESTS) -
trunk/psLib/test/sys/Makefile.am
r7985 r7998 36 36 37 37 CLEANFILES = $(TESTS) $(check_DATA) temp/* log.txt log2.txt test.fits tst_psTrace02_OUT \ 38 core core.* *~ *.bb *.bbg *.da 38 core core.* *~ *.bb *.bbg *.da gmon.out 39 39 40 40 tests: $(check_DATA) $(TESTS) -
trunk/psLib/test/types/Makefile.am
r7985 r7998 97 97 98 98 CLEANFILES = $(TESTS) $(check_DATA) multi.fits table.fits temp/* MDCopy.in MDCopy.out mdcfgwrt.out \ 99 core core.* *~ *.bb *.bbg *.da 99 core core.* *~ *.bb *.bbg *.da gmon.out 100 100 101 101 tests: $(check_DATA) $(TESTS) -
trunk/psLib/test/xml/Makefile.am
r7985 r7998 18 18 19 19 CLEANFILES = $(TESTS) $(check_DATA) temp/* psTest5.xml psTest2.xml psTest.xml psTest3.xml psTest4.xml \ 20 core core.* *~ *.bb *.bbg *.da 20 core core.* *~ *.bb *.bbg *.da gmon.out 21 21 22 22 tests: $(check_DATA) $(TESTS)
Note:
See TracChangeset
for help on using the changeset viewer.
