- Allow compilation of test which didn`t need massive updates (those from m0.1). Task #19

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@969 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
elvez 2006-08-30 22:35:45 +00:00
parent 26755fd876
commit 9af2008050
1 changed files with 24 additions and 2 deletions

View File

@ -361,9 +361,11 @@ if COND_TESTS
noinst_PROGRAMS = \
src/testsuite/test-cairo_widget \
src/testsuite/test-global_preferences_serialization \
src/testsuite/test-history \
src/testsuite/test-holt_widget \
src/testsuite/test-simulation_widget
src/testsuite/test-key_file \
src/testsuite/test-simulation_widget
# disable :
# src/testsuite/test-parse_command
@ -391,7 +393,27 @@ src_testsuite_test_history_SOURCES = \
src/backend/static_schedulable.cc \
src/backend/static_sub_request.cc \
src/backend/static_thread.cc \
src/testsuite/test-history.cc
src/testsuite/test-history.cc
src_testsuite_test_global_preferences_serialization_CPPFLAGS = \
-I@top_srcdir@/src \
-I@top_srcdir@/src/templates \
$(GLIBMM_CFLAGS)
src_testsuite_test_global_preferences_serialization_LDFLAGS = \
src/backend/libbackend.la \
$(GLIBMM_LIBS)
src_testsuite_test_global_preferences_serialization_SOURCES = \
src/testsuite/test-global_preferences_serialization.cc
src_testsuite_test_key_file_CPPFLAGS = \
-I@top_srcdir@/src \
-I@top_srcdir@/src/templates \
$(GLIBMM_CFLAGS)
src_testsuite_test_key_file_LDFLAGS = \
src/backend/libbackend.la \
$(GLIBMM_LIBS)
src_testsuite_test_key_file_SOURCES = \
src/testsuite/test-key_file.cc
src_testsuite_test_cairo_widget_CPPFLAGS = \
-I@top_srcdir@/src \