Update of /cvsroot/thplot/thplot/tests
In directory usw-pr-cvs1:/tmp/cvs-serv28741/tests
Modified Files:
Makefile.am
Log Message:
Removed pstest.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/thplot/thplot/tests/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Makefile.am 30 Jun 2002 14:32:38 -0000 1.2
--- Makefile.am 3 Jul 2002 14:56:27 -0000 1.3
***************
*** 1,3 ****
! noinst_PROGRAMS = csvTest astest pstest
csvTest_SOURCES = csvTest.cpp
--- 1,3 ----
! noinst_PROGRAMS = csvTest astest
csvTest_SOURCES = csvTest.cpp
***************
*** 8,16 ****
astest_LDADD = @top_srcdir@/src/Util/libUtil.a
-
- pstest_SOURCES = pstest.cpp
-
- pstest_LDADD = @top_srcdir@/src/Gui/libGui.a \
- @top_srcdir@/src/Data/libData.a
INCLUDES = -I@top_srcdir@/src
--- 8,11 ----
|