aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:01:39 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:01:39 -0300
commit00a27e8d6c410c980e7deb8603d4f765b0758500 (patch)
tree0c722151dd51846798e9cee75cd11d8caaf9dd5e /tests/samplebinding
parent43c3b4e7e876ebc7a38f76b948337166bb6eb985 (diff)
parentbbb7d417e75043dec53c84ceafec5c07cc282a81 (diff)
Merge GeneratorRunner inside Shiboken.
Conflicts: CMakeLists.txt data/CMakeLists.txt doc/CMakeLists.txt doc/_templates/index.html doc/_templates/layout.html doc/_themes/pysidedocs/static/pysidedocs.css doc/commandlineoptions.rst doc/conf.py.in doc/contents.rst doc/images/bindinggen-development.png doc/images/boostqtarch.png tests/CMakeLists.txt
Diffstat (limited to 'tests/samplebinding')
-rw-r--r--tests/samplebinding/CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/samplebinding/CMakeLists.txt b/tests/samplebinding/CMakeLists.txt
index d7734592c..601b12692 100644
--- a/tests/samplebinding/CMakeLists.txt
+++ b/tests/samplebinding/CMakeLists.txt
@@ -116,7 +116,7 @@ configure_file("${CMAKE_CURRENT_SOURCE_DIR}/sample-binding.txt.in"
"${CMAKE_CURRENT_BINARY_DIR}/sample-binding.txt" @ONLY)
add_custom_command(OUTPUT ${sample_SRC}
-COMMAND ${GENERATORRUNNER_BINARY} --project-file=${CMAKE_CURRENT_BINARY_DIR}/sample-binding.txt ${GENERATOR_EXTRA_FLAGS}
+COMMAND ${shibokengenerator_BINARY_DIR}/shiboken --project-file=${CMAKE_CURRENT_BINARY_DIR}/sample-binding.txt ${GENERATOR_EXTRA_FLAGS}
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
COMMENT "Running generator for 'sample' test binding..."
)
@@ -136,5 +136,4 @@ target_link_libraries(sample
${SBK_PYTHON_LIBRARIES}
libshiboken)
-add_dependencies(sample shiboken_generator)
-
+add_dependencies(sample shiboken)