Add VDB tests to "standard testsuite"
authorJan Vrany <jan.vrany@fit.cvut.cz>
Mon, 21 Jan 2019 15:47:12 +0000
changeset 260 7aef1f1a5071
parent 259 7b62ce033d81
child 261 9312db25c9f8
Add VDB tests to "standard testsuite"
specs/stx-jv.rbspec
--- a/specs/stx-jv.rbspec	Fri Oct 26 09:50:38 2018 +0100
+++ b/specs/stx-jv.rbspec	Mon Jan 21 15:47:12 2019 +0000
@@ -216,6 +216,7 @@
   package 'stx:goodies/regression', :test => true;
   package 'stx:libscm/mercurial', :test => true;
   package 'jv:libgdbs/tests', :test => true;
+  package 'jv:vdb/tests', :test => true;
 
   tasks do
     # We need to checkout CharacterEncoderCodeGenerator from stx:goodies
@@ -269,6 +270,8 @@
         make "testprograms"
       end
     end
+    # VDB tests are reusing libgdbs test programs
+    task "test:package:jv:vdb/tests:pre" => "test:package:jv:libgdbs/tests:pre"
 
     task :'install:main' => :'dist:jv-branch'