commit | 5ed26fc5bdfdab0ff41a8861b54395c0bbbad248 | [log] [tgz] |
---|---|---|
author | Ebrahim Byagowi <ebrahim@gnu.org> | Thu Jan 04 10:11:34 2018 +0330 |
committer | GitHub <noreply@github.com> | Thu Jan 04 10:11:34 2018 +0330 |
tree | c1af25fc2244a70b3a4ba3dcc924c9eddb2f14ef | |
parent | f8daeef4c4451084a781db3a8a04807c0f0051ef [diff] [blame] |
[cmake] Run src/ tests (#675)
diff --git a/src/check-static-inits.sh b/src/check-static-inits.sh index 1446fa7..aa1b129 100755 --- a/src/check-static-inits.sh +++ b/src/check-static-inits.sh
@@ -4,6 +4,7 @@ export LC_ALL test -z "$srcdir" && srcdir=. +test -z "$libs" && libs=. stat=0 @@ -14,7 +15,7 @@ exit 77 fi -OBJS=.libs/*.o +OBJS=$libs/*.o if test "x`echo $OBJS`" = "x$OBJS" 2>/dev/null >/dev/null; then echo "check-static-inits.sh: object files not found; skipping test" exit 77