- Move compiled test to the ``testsuite'' subdir
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@415 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
dfe1593b44
commit
c91a86a9ca
2 changed files with 5 additions and 10 deletions
|
@ -315,10 +315,10 @@ pyc_PYTHON = \
|
|||
|
||||
# DEJATOOL = src/testsuite/example-test.exp
|
||||
|
||||
noinst_PROGRAMS = test-python_loader
|
||||
noinst_PROGRAMS = src/testsuite/test-python_loader
|
||||
|
||||
# Shouldn't need Gtkmm! This is a coding anomaly
|
||||
test_python_loader_CPPFLAGS = \
|
||||
src_testsuite_test_python_loader_CPPFLAGS = \
|
||||
-I@top_srcdir@/src \
|
||||
-DPYCDIR="\"$(pycdir)\"" \
|
||||
-DMODDIR="\"$(moddir)\"" \
|
||||
|
@ -326,10 +326,10 @@ test_python_loader_CPPFLAGS = \
|
|||
$(GLIBMM_CFLAGS) \
|
||||
$(GTKMM_CFLAGS) \
|
||||
$(GTHREAD_CFLAGS)
|
||||
test_python_loader_LDFLAGS = \
|
||||
src_testsuite_test_python_loader_LDFLAGS = \
|
||||
src/backend/pyloader/libpyloader.la \
|
||||
$(GTKMM_LIBS) $(GTHREAD_LIBS)
|
||||
test_python_loader_SOURCES = \
|
||||
src_testsuite_test_python_loader_SOURCES = \
|
||||
src/testsuite/test-python_loader.cc \
|
||||
src/start_gui.cc \
|
||||
src/standard_io.cc \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue