More Ruby tests
authorKlaus Kämpf <kkaempf@suse.de>
Sun, 7 Nov 2010 13:25:02 +0000 (14:25 +0100)
committerKlaus Kämpf <kkaempf@suse.de>
Sun, 7 Nov 2010 13:25:02 +0000 (14:25 +0100)
swig/ruby/tests/CMakeLists.txt
swig/ruby/tests/arch.rb [changed mode: 0755->0644]
swig/ruby/tests/bytecount.rb [changed mode: 0755->0644]
swig/ruby/tests/starting.rb [changed mode: 0755->0644]
swig/ruby/tests/target.rb [changed mode: 0755->0644]

index 57d7176..3b084df 100644 (file)
@@ -4,4 +4,8 @@
 
 ENABLE_TESTING()
 
-ADD_TEST(bindings_ruby_loading     ruby ${CMAKE_CURRENT_SOURCE_DIR}/loading.rb)
+ADD_TEST(bindings_ruby_loading      ruby -C ${CMAKE_CURRENT_SOURCE_DIR} loading.rb)
+ADD_TEST(bindings_ruby_arch.rb      ruby -C ${CMAKE_CURRENT_SOURCE_DIR} arch.rb)
+ADD_TEST(bindings_ruby_bytecount.rb ruby -C ${CMAKE_CURRENT_SOURCE_DIR} bytecount.rb)
+ADD_TEST(bindings_ruby_starting.rb  ruby -C ${CMAKE_CURRENT_SOURCE_DIR} starting.rb)
+ADD_TEST(bindings_ruby_target.rb    ruby -C ${CMAKE_CURRENT_SOURCE_DIR} target.rb)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)