summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxantares <xantares09@hotmail.com>2014-04-18 14:30:04 +0200
committerxantares <xantares09@hotmail.com>2014-04-18 14:30:04 +0200
commitfb8a8b10b2cfe68405be8e81edafa513e7c991f9 (patch)
tree24115dba17997b3b7cabdf1fb2ffb924bd1e0a5b
parentc73da00ba165469ede5525cf08f9ff6b88fdf30b (diff)
downloadswig-fb8a8b10b2cfe68405be8e81edafa513e7c991f9.tar.gz
Missing files in previous commit.
-rw-r--r--Examples/test-suite/python/CMakeLists.txt6
-rw-r--r--Examples/test-suite/ruby/CMakeLists.txt7
2 files changed, 13 insertions, 0 deletions
diff --git a/Examples/test-suite/python/CMakeLists.txt b/Examples/test-suite/python/CMakeLists.txt
new file mode 100644
index 000000000..b86847560
--- /dev/null
+++ b/Examples/test-suite/python/CMakeLists.txt
@@ -0,0 +1,6 @@
+set ( python_test_environment
+ "PYTHONPATH=${CMAKE_CURRENT_BINARY_DIR}"
+ )
+include_directories ( ${PYTHON_INCLUDE_DIR} )
+
+add_tests(python) \ No newline at end of file
diff --git a/Examples/test-suite/ruby/CMakeLists.txt b/Examples/test-suite/ruby/CMakeLists.txt
new file mode 100644
index 000000000..607272ff1
--- /dev/null
+++ b/Examples/test-suite/ruby/CMakeLists.txt
@@ -0,0 +1,7 @@
+set ( ruby_test_environment
+ "RUBYLIB=${CMAKE_CURRENT_BINARY_DIR}:${CMAKE_CURRENT_SOURCE_DIR}"
+ )
+
+include_directories ( ${RUBY_INCLUDE_DIRS} )
+
+add_tests(ruby) \ No newline at end of file