Changeset 8747
- Timestamp:
- Sep 6, 2006, 9:49:38 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/types/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/types/Makefile.am
r8731 r8747 3 3 -I$(top_srcdir)/test/tap/src \ 4 4 -I$(top_srcdir)/test/pstap/src \ 5 $(PSLIB_CFLAGS) 5 $(PSLIB_CFLAGS) 6 6 AM_LDFLAGS = \ 7 7 $(top_builddir)/src/libpslib.la \ 8 8 $(top_builddir)/test/tap/src/libtap.la \ 9 9 $(top_builddir)/test/pstap/src/libpstap.la \ 10 $(PSLIB_LIBS) 10 $(PSLIB_LIBS) 11 11 AM_CFLAGS = -DXML_CONFIG_FILE="\"$(top_srcdir)/etc/pslib/psTime.xml\"" 12 12 13 check_PROGRAMS = \ 13 14 TESTS = \ 14 15 tap_psMetadataIterator \ 15 16 tap_psListIterator \ … … 23 24 tap_psMetadata_polynomials \ 24 25 tap_psArray_all 26 27 check_PROGRAMS = $(TESTS) 25 28 26 29 check_DATA = \ … … 52 55 data/mdcfgwrt.verified 53 56 54 CLEANFILES = $( check_DATA) multi.fits table.fits temp/* MDCopy.in MDCopy.out mdcfgwrt.out \57 CLEANFILES = $(TESTS) $(check_DATA) multi.fits table.fits temp/* MDCopy.in MDCopy.out mdcfgwrt.out \ 55 58 core core.* *~ *.bb *.bbg *.da gmon.out 59 60 tests: $(check_DATA) $(TESTS) 61 56 62 57 63 %.dat: verified/%.dat
Note:
See TracChangeset
for help on using the changeset viewer.
