json-c: Fix running the testsuite

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2016-06-19 13:45:17 -04:00
parent 6f9a81c1d1
commit 0c7cb4263c
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@
name = json-c
version = 0.12
reldate = 20140410
release = 1
release = 2
thisapp = %{name}-%{version}-%{reldate}
groups = System/Libraries
@ -45,6 +45,7 @@ build
--enable-rdrand
test
export LD_LIBRARY_PATH=$(pwd)/.libs:$(pwd)/tests/.libs
make check
end
end