Changeset 7773 for trunk/psLib/test/mathtypes
- Timestamp:
- Jun 30, 2006, 4:51:40 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/mathtypes/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/mathtypes/Makefile.am
r7210 r7773 11 11 tst_psVectorSort_02 \ 12 12 tst_psVectorSort_03 \ 13 tst_psVectorSort_04 13 tst_psVectorSort_04 \ 14 tap_psVector 14 15 15 16 tst_psImage_SOURCES = tst_psImage.c … … 21 22 tst_psVectorSort_04_SOURCES = tst_psVectorSort_04.c 22 23 23 check_DATA = 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) 24 29 25 30 check_PROGRAMS = $(TESTS) 26 31 27 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified32 #TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified 28 33 29 34 EXTRA_DIST = verified
Note:
See TracChangeset
for help on using the changeset viewer.
