Changeset 4549 for trunk/psLib/test/sys/Makefile.am
- Timestamp:
- Jul 13, 2005, 12:49:31 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sys/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sys/Makefile.am
r4547 r4549 1 #Makefile for mathtypes tests1 #Makefile for sys tests 2 2 # 3 3 AM_LDFLAGS = -L$(top_builddir)/src -lpslib $(PSLIB_LIBS) … … 12 12 tst_psTrace 13 13 14 tst_ps Image_SOURCES = tst_psImage.c15 tst_ps Scalar_SOURCES = tst_psScalar.c16 tst_ps Vector_SOURCES = tst_psVector.c17 tst_ps VectorSort_01_SOURCES = tst_psVectorSort_01.c18 tst_ps VectorSort_02_SOURCES = tst_psVectorSort_02.c19 tst_ps VectorSort_03_SOURCES = tst_psVectorSort_03.c20 tst_ps VectorSort_04_SOURCES = tst_psVectorSort_04.c14 tst_psAbort_SOURCES = tst_psAbort.c 15 tst_psConfigure_SOURCES = tst_psConfigure.c 16 tst_psError_SOURCES = tst_psError.c 17 tst_psLogMsg_SOURCES = tst_psLogMsg.c 18 tst_psMemory_SOURCES = tst_psMemory.c 19 tst_psString_SOURCES = tst_psString.c 20 tst_psTrace_SOURCES = tst_psTrace.c 21 21 22 22 check_DATA =
Note:
See TracChangeset
for help on using the changeset viewer.
