summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d338e8c..d6b01a2 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,11 @@ test: data
[[ "$(debug)" ]] && export LIBYAML_TEST_SUITE_DEBUG=1
export LIBYAML_TEST_SUITE_ENV=$$(./lookup env)
[[ $$LIBYAML_TEST_SUITE_ENV ]] || exit 1
- prove -v test/
+ set +ex
+ (set -x; prove -v test/)
+ if [[ $$LIBYAML_TEST_SUITE_ENV == env/default ]]; then
+ ./lookup default-warning
+ fi
test-all:
prove -v test/test-all.sh