specs/stx-jv.rbspec
changeset 260 7aef1f1a5071
parent 237 69ab924b97bf
child 265 92e3731a1532
--- 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'