Added tests for `stx:libwidg` and `stx:libtool` stx-8.0.0
authorJan Vrany <jan.vrany@fit.cvut.cz>
Thu, 02 Nov 2017 11:53:51 +0000
branchstx-8.0.0
changeset 197 b0874b09676a
parent 196 f4a6c9267962
child 198 9d1750614ee9
Added tests for `stx:libwidg` and `stx:libtool` ...to "standard" test suite run by CI.
specs/stx-jv.rbspec
--- a/specs/stx-jv.rbspec	Mon Oct 16 20:34:04 2017 +0100
+++ b/specs/stx-jv.rbspec	Thu Nov 02 11:53:51 2017 +0000
@@ -225,6 +225,8 @@
   # Define a "default" test suite, i.e., a set of tests that are run when
   # user does `rake test`.
   package 'stx:libview/tests', :test => true;
+  package 'stx:libwidg/tests', :test => true;
+  package 'stx:libtool/tests', :test => true;
   package 'stx:libjava', :test => true;
   package 'stx:libjava/tools', :test => true;
   package 'stx:goodies/regression', :test => true;