Changeset 8718 for trunk/psLib/test/astro/Makefile.am
- Timestamp:
- Aug 30, 2006, 4:54:35 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astro/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astro/Makefile.am
r7998 r8718 1 #Makefile for astro tests of psLib 2 # 3 4 AM_CPPFLAGS = $(SRCINC) $(PSLIB_CFLAGS) 5 AM_LDFLAGS = $(top_builddir)/src/libpslib.la $(PSLIB_LIBS) 6 7 TESTS = \ 8 tst_psCoord01 \ 9 tst_psCoord02 \ 10 tst_psTime_01 \ 11 tst_psTime_02 \ 12 tst_psTime_03 \ 13 tst_psTime_04 \ 14 tst_psCoord \ 15 tst_psEarthOrientation \ 16 tst_psSphereOps 17 18 tst_psTime_01_SOURCES = tst_psTime_01.c 19 tst_psTime_02_SOURCES = tst_psTime_02.c 20 tst_psTime_03_SOURCES = tst_psTime_03.c 21 tst_psTime_04_SOURCES = tst_psTime_04.c 22 tst_psCoord_SOURCES = tst_psCoord.c 23 tst_psSphereOps_SOURCES = tst_psSphereOps.c 24 tst_psCoord01_SOURCES = tst_psCoord01.c 25 tst_psCoord02_SOURCES = tst_psCoord02.c 26 tst_psEarthOrientation_SOURCES = tst_psEarthOrientation.c 1 AM_CPPFLAGS = $(SRCINC) -I$(top_srcdir)/test/tap/src $(PSLIB_CFLAGS) 2 AM_LDFLAGS = \ 3 $(top_builddir)/src/libpslib.la \ 4 $(top_builddir)/test/tap/src/libtap.la \ 5 $(PSLIB_LIBS) 27 6 28 7 check_DATA = \ … … 34 13 test.ser7.dat 35 14 36 check_PROGRAMS = $(TESTS)15 check_PROGRAMS = 37 16 38 TESTS_ENVIRONMENT = export PS_CONFIG_FILE="pslib.config" && perl $(top_srcdir)/test/runTest --verified=$(srcdir)/verified 39 40 EXTRA_DIST = data verified 41 EXTRA_PROGRAMS = tst_psCoord 42 43 tests: $(check_DATA) $(TESTS) 44 45 CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out 17 CLEANFILES = $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out 46 18 47 19 pslib.config: $(top_srcdir)/etc/pslib/pslib.config.template … … 63 35 cp $? $@ 64 36 65 tests: $(check_DATA) $(TESTS)66 67 37 test: check 68 69
Note:
See TracChangeset
for help on using the changeset viewer.
