Changeset 10916
- Timestamp:
- Jan 5, 2007, 10:15:25 AM (19 years ago)
- Location:
- trunk/psLib/test/fits
- Files:
-
- 1 added
- 3 edited
-
. (modified) (1 prop)
-
.cvsignore (modified) (1 diff)
-
Makefile.am (modified) (2 diffs)
-
tap_psFitsBlank_00.c (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/fits
- Property svn:ignore
-
old new 7 7 table.fits 8 8 tmpImages 9 t st_psFits9 tap_psFitsBlank_00 10 10 *.bb 11 11 *.bbg
-
- Property svn:ignore
-
trunk/psLib/test/fits/.cvsignore
r7985 r10916 7 7 table.fits 8 8 tmpImages 9 t st_psFits9 tap_psFitsBlank_00 10 10 *.bb 11 11 *.bbg -
trunk/psLib/test/fits/Makefile.am
r8958 r10916 1 AM_CPPFLAGS = $(SRCINC) -I$(top_srcdir)/test/tap/src $(PSLIB_CFLAGS) 1 AM_CPPFLAGS = \ 2 $(SRCINC) \ 3 -I$(top_srcdir)/test/tap/src \ 4 -I$(top_srcdir)/test/pstap/src \ 5 $(PSLIB_CFLAGS) 2 6 AM_LDFLAGS = \ 3 7 $(top_builddir)/src/libpslib.la \ 4 8 $(top_builddir)/test/tap/src/libtap.la \ 9 $(top_builddir)/test/pstap/src/libpstap.la \ 5 10 $(PSLIB_LIBS) 6 11 7 TEST_PROGS = 12 TEST_PROGS = \ 13 tap_psFitsBlank_00 8 14 9 15 if BUILD_TESTS … … 18 24 19 25 test: check 26 27 tests: $(check_PROGRAMS) 28 $(top_srcdir)/test/test.pl
Note:
See TracChangeset
for help on using the changeset viewer.
