You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2008/11/26 20:20:20 UTC

svn commit: r720954 - /incubator/qpid/trunk/qpid/cpp/src/tests/Makefile.am

Author: aconway
Date: Wed Nov 26 11:20:20 2008
New Revision: 720954

URL: http://svn.apache.org/viewvc?rev=720954&view=rev
Log:
Removed mistakenly commited lines.

Modified:
    incubator/qpid/trunk/qpid/cpp/src/tests/Makefile.am

Modified: incubator/qpid/trunk/qpid/cpp/src/tests/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/tests/Makefile.am?rev=720954&r1=720953&r2=720954&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/tests/Makefile.am (original)
+++ incubator/qpid/trunk/qpid/cpp/src/tests/Makefile.am Wed Nov 26 11:20:20 2008
@@ -197,10 +197,6 @@
 
 CLEANFILES+=valgrind.out *.log *.vglog* dummy_test $(unit_wrappers)
 
-check_PROGRAMS+=tsxtest
-tsxtest_SOURCES=tsxtest.cpp
-tsxtest_LDADD=$(lib_client) 
-
 # FIXME aconway 2008-05-23: Disabled interop_runner because it uses
 # the obsolete Channel class.  Convert to Session and re-enable.
 #