Changeset 5788
- Timestamp:
- Dec 13, 2005, 6:11:17 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/Makefile.am
r5745 r5788 68 68 sum.c 69 69 70 # Test programs71 TESTS = test72 73 70 # Clean target 74 71 clean-local: … … 78 75 tags: 79 76 etags `find . -name \*.[ch] -print` 80 81 test: stac test_0.fits test_1.fits test_2.fits test_3.fits82 -$(RM) testout.fits83 -$(RM) testout.fits.pre84 -$(RM) chi2_*.fits85 -$(RM) test_[0-3].fits.err86 -$(RM) test_[0-3].fits.mask87 -$(RM) test_[0-3].fits.shift.*88 -$(RM) test_[0-3].fits.shiftrej89 -$(RM) test_[0-3].fits.shifterr.*90 -$(RM) test_[0-3].fits.grad91 -$(RM) test_[0-3].fits.region92 -$(RM) test_[0-3].fits.rejmap93 -$(RM) leaks.dat94 ./stac -v testout.fits test_0.fits test_1.fits test_2.fits test_3.fits95 96 # Run profiling.97 profile: CFLAGS += -pg98 profile: empty $(TARGET)99 $(RM) gmon.*100 for ((i = 0; i < 10; i++)) \101 do \102 $(MAKE) test; \103 mv -f gmon.out gmon.$$i; \104 done105 gprof -p -q -l $(TARGET) gmon.* > profile.txt106 107
Note:
See TracChangeset
for help on using the changeset viewer.
