Changeset 7773
- Timestamp:
- Jun 30, 2006, 4:51:40 PM (20 years ago)
- Location:
- trunk/psLib
- Files:
-
- 4 edited
-
autogen.sh (modified) (1 diff)
-
configure.ac (modified) (1 diff)
-
test/Makefile.am (modified) (1 diff)
-
test/mathtypes/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/autogen.sh
r3833 r7773 84 84 $AUTOCONF || echo "$AUTOCONF failed" 85 85 86 # bypass taps bootstrap.sh 87 cd ./test/tap 88 $LIBTOOLIZE --copy --force || echo "$LIBTOOlIZE failed" 89 $ACLOCAL || echo "$ACLOCAL failed" 90 $AUTOHEADER || echo "$AUTOHEADER failed" 91 $AUTOMAKE --add-missing --force-missing --copy || echo "$AUTOMAKE failed" 92 $AUTOCONF || echo "$AUTOCONF failed" 86 93 cd $ORIGDIR 87 94 -
trunk/psLib/configure.ac
r7607 r7773 4 4 AC_CONFIG_SRCDIR([pslib.pc.in]) 5 5 AC_CANONICAL_TARGET 6 7 dnl this enables the building of libtap 8 AC_CONFIG_SUBDIRS([test/tap]) 6 9 7 10 AM_INIT_AUTOMAKE([1.7 foreign dist-bzip2]) -
trunk/psLib/test/Makefile.am
r7210 r7773 1 SUBDIRS = $(SRCDIRS)1 SUBDIRS = tap $(SRCDIRS) 2 2 3 3 EXTRA_DIST = runTest FullUnitTest -
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.
