diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-24 21:58:38 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-25 11:42:40 +0200 |
commit | 8e602afd1e999e984e18d984a9986324831ac881 (patch) | |
tree | c963379f4e317fa1f2b3d430adbb01da2088b252 /svl | |
parent | 7da7682965c0465a4c6ae017870daadc2b9ac099 (diff) |
stop looking for Jar files in solver
Change-Id: I4d2a93fa7395354fbf2893df9e254ab39fa365af
Diffstat (limited to 'svl')
-rw-r--r-- | svl/JunitTest_svl_complex.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svl/JunitTest_svl_complex.mk b/svl/JunitTest_svl_complex.mk index 531c1df93191..765404236dc3 100644 --- a/svl/JunitTest_svl_complex.mk +++ b/svl/JunitTest_svl_complex.mk @@ -30,6 +30,7 @@ $(eval $(call gb_JunitTest_use_jars,svl_complex,\ test \ unoil \ jurt \ + juh \ ConnectivityTools \ )) |