Skip to content

Commit

Permalink
disabled common/test/ binaries since they don't work now
Browse files Browse the repository at this point in the history
git-svn-id: https://pet.opendfki.de/repos/pet/main@500 4200e16c-5112-0410-ac55-d7fb557a720a
  • Loading branch information
pead01 committed Oct 22, 2008
1 parent dd90b7c commit 7348d6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions common/test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

# FLOPCPPFLAGS = @FLOPCPPFLAGS@

bin_PROGRAMS = ConfigurationTest loggingTest
#uncommented since this is dysfunctional right now.... (pead01)
#bin_PROGRAMS = ConfigurationTest loggingTest

# -DNew=new removed
AM_CPPFLAGS = -I$(top_srcdir)/common
Expand All @@ -15,7 +16,7 @@ LIBS += @CPPUNIT_LIBS@
check_PROGRAMS = ConfigurationTest loggingTest

ConfigurationTest_SOURCES = ConfigurationTest.cpp
nodist_ConfigurationTest_SOURCES = $(top_srcdir)/common/config.cpp
nodist_ConfigurationTest_SOURCES = $(top_srcdir)/common/configs.cpp

loggingTest_SOURCES = loggingTest.cpp
nodist_loggingTest_SOURCES = $(top_srcdir)/common/logging.cpp

0 comments on commit 7348d6a

Please sign in to comment.