Changeset 8718 for trunk/psLib/test/sys/Makefile.am
- Timestamp:
- Aug 30, 2006, 4:54:35 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sys/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sys/Makefile.am
r7998 r8718 1 #Makefile for sys tests 2 # 3 AM_CPPFLAGS = $(SRCINC) $(PSLIB_CFLAGS) 4 AM_LDFLAGS = $(top_builddir)/src/libpslib.la $(PSLIB_LIBS) 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) 5 6 6 TESTS = \ 7 tst_psAbort \ 8 tst_psConfigure \ 9 tst_psError \ 10 tst_psLogMsg \ 11 tst_psMemory \ 12 tst_psString \ 13 tst_psTrace \ 14 tap_psStringSubstitute \ 15 tst_psLine 7 check_PROGRAMS = \ 8 tap_psStringSubstitute 16 9 17 tst_psAbort_SOURCES = tst_psAbort.c 18 tst_psConfigure_SOURCES = tst_psConfigure.c 19 tst_psError_SOURCES = tst_psError.c 20 tst_psLogMsg_SOURCES = tst_psLogMsg.c 21 tst_psMemory_SOURCES = tst_psMemory.c 22 tst_psString_SOURCES = tst_psString.c 23 tst_psTrace_SOURCES = tst_psTrace.c 24 tst_psLine_SOURCES = tst_psLine.c 25 26 tap_psStringSubstitute_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/test/tap/src 27 tap_psStringSubstitute_LDFLAGS = $(AM_LDFLAGS) $(top_builddir)/test/tap/src/libtap.la 28 29 check_DATA = 30 31 check_PROGRAMS = $(TESTS) 32 33 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified 34 35 EXTRA_DIST = verified 36 37 CLEANFILES = $(TESTS) $(check_DATA) temp/* log.txt log2.txt test.fits tst_psTrace02_OUT \ 10 CLEANFILES = $(check_DATA) temp/* log.txt log2.txt test.fits tst_psTrace02_OUT \ 38 11 core core.* *~ *.bb *.bbg *.da gmon.out 39 12 40 tests: $(check_DATA) $(TESTS)41 42 13 test: check
Note:
See TracChangeset
for help on using the changeset viewer.
