Commit d43e9ce2 authored by Kai Vehmanen's avatar Kai Vehmanen

Fixed the valgrind target.

darcs-hash:20070830072835-77cd4-3fca3ba61df3dfe6868626ecac8296ebca7bc126.gz
parent 4f5c76d8
...@@ -18,6 +18,6 @@ ERROR_CFLAGS = \ ...@@ -18,6 +18,6 @@ ERROR_CFLAGS = \
CLEANFILES = *.gcno *.gcda CLEANFILES = *.gcno *.gcda
check-valgrind: check-valgrind:
$(MAKE) TESTS_ENVIRONMENT="sh $(abspath $(top_srcdir))/scripts/valgrind.sh" check $(MAKE) TESTS_ENVIRONMENT="sh $$(cd "$(top_srcdir)" && pwd)/scripts/valgrind.sh" check
.PHONY: check-valgrind .PHONY: check-valgrind
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment