error test
This commit is contained in:
@@ -16,7 +16,7 @@ test:
|
||||
echo "Compiling all test files into $(TESTBIN)..."; \
|
||||
$(CC) $(CFLAGS) _allocator_impl.c $$files -o $(TESTBIN) $(LDFLAGS) || exit 1; \
|
||||
echo "Running tests..."; \
|
||||
valgrind --trace-children=yes $(TESTBIN); \
|
||||
valgrind --trace-children=yes --error-exitcode=1 $(TESTBIN); \
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user