Changeset 3275 for trunk/psLib/test/collections/Makefile.am
- Timestamp:
- Feb 17, 2005, 12:22:06 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/Makefile.am
r3237 r3275 15 15 AM_LDFLAGS = -L$(top_builddir)/src -lpslib $(PSLIB_LIBS) 16 16 17 check_PROGRAMS = \18 tst_psVector \19 tst_psArray \20 tst_psArray01 \21 tst_psArray02 \22 tst_psBitSet \23 tst_psVectorSort_01 \24 tst_psVectorSort_02 \25 tst_psVectorSort_03 \26 tst_psVectorSort_04 \27 tst_psList \28 tst_psHash00 \29 tst_psHash01 \30 tst_psHash02 \31 tst_psHash03 \32 tst_psHash04 \33 tst_psHash05 \34 tst_psScalar35 36 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified37 17 TESTS = \ 38 18 tst_psVector \ … … 53 33 tst_psHash05 \ 54 34 tst_psScalar 35 36 check_PROGRAMS =$(TESTS) 37 38 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified 39 55 40 tests: $(TESTS) 56 41
Note:
See TracChangeset
for help on using the changeset viewer.
