Commit c2888919 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Fix the parallell make check

parent 83ab4857
......@@ -5,7 +5,8 @@ TEST_EXTENSIONS = .vtc
TESTS = @VTC_TESTS@
# Make sure we run check-local first
check: check-local check-am
check: check-am check-local
check-am: check-local
# See if list of checks have changed, recheck
check-local:
if [ "$$(cd $(srcdir) && echo tests/*.vtc)" != "@VTC_TESTS@" ]; then \
......
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