summaryrefslogtreecommitdiff
path: root/check/check-non-l-flags
diff options
context:
space:
mode:
Diffstat (limited to 'check/check-non-l-flags')
-rwxr-xr-xcheck/check-non-l-flags4
1 files changed, 0 insertions, 4 deletions
diff --git a/check/check-non-l-flags b/check/check-non-l-flags
index f4a4271..dc615e9 100755
--- a/check/check-non-l-flags
+++ b/check/check-non-l-flags
@@ -6,12 +6,8 @@ set -e
RESULT="-I/non-l/include -I/non-l-required/include"
run_test --cflags non-l-required non-l
-
-RESULT="-I/non-l/include -I/non-l-required/include"
run_test --cflags --static non-l-required non-l
RESULT="/non-l.a /non-l-required.a -pthread"
run_test --libs non-l-required non-l
-
-RESULT="/non-l.a /non-l-required.a -pthread"
run_test --libs --static non-l-required non-l