Changeset 8718 for trunk/psLib/test/mathtypes
- Timestamp:
- Aug 30, 2006, 4:54:35 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/mathtypes/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/mathtypes/Makefile.am
r7998 r8718 1 #Makefile for mathtypes 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_psImage \ 8 tst_psScalar \ 9 tst_psVector \ 10 tst_psVectorSort_01 \ 11 tst_psVectorSort_02 \ 12 tst_psVectorSort_03 \ 13 tst_psVectorSort_04 \ 7 check_PROGRAMS = \ 14 8 tap_psVector 15 9 16 tst_psImage_SOURCES = tst_psImage.c 17 tst_psScalar_SOURCES = tst_psScalar.c 18 tst_psVector_SOURCES = tst_psVector.c 19 tst_psVectorSort_01_SOURCES = tst_psVectorSort_01.c 20 tst_psVectorSort_02_SOURCES = tst_psVectorSort_02.c 21 tst_psVectorSort_03_SOURCES = tst_psVectorSort_03.c 22 tst_psVectorSort_04_SOURCES = tst_psVectorSort_04.c 23 24 25 tap_psVector_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/test/tap/src 26 tap_psVector_LDFLAGS = $(AM_LDFLAGS) $(top_builddir)/test/tap/src/libtap.la 27 28 TESTS_ENVIRONMENT = $(SHELL) 29 30 check_PROGRAMS = $(TESTS) 31 32 #TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified 33 34 EXTRA_DIST = verified 35 36 CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out 37 38 tests: $(check_DATA) $(TESTS) 10 CLEANFILES = $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out 39 11 40 12 test: check
Note:
See TracChangeset
for help on using the changeset viewer.
