diff --git a/packages/xod-tabtest/cpp/Makefile b/packages/xod-tabtest/cpp/Makefile index fafcc971..b9e4dd74 100644 --- a/packages/xod-tabtest/cpp/Makefile +++ b/packages/xod-tabtest/cpp/Makefile @@ -21,5 +21,5 @@ all: $(RUNNERS) test: $(RUNNERS) @for x in $(RUNNERS); do \ echo ./$$x; \ - ./$$x; \ + ./$$x || exit 1; \ done