npth: Fix running test suite

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2016-10-15 07:52:53 -04:00
parent 2fdb2111bf
commit 060df12b62
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@
name = npth
version = 1.2
release = 1
release = 2
url = http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git
license = LGPLv3+
@ -24,6 +24,7 @@ sources = %{thisapp}.tar.bz2
build
test
export LD_LIBRARY_PATH=$(pwd)/src/.libs
make check
end
end