From 86ceb944ecbbbc0b10871fbd7e8462bda8aceb07 Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Tue, 4 Jul 2023 16:08:50 +0200 Subject: test: fix filter tests The filter tests recompile and pass. --- tests/unit/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/unit/Makefile') diff --git a/tests/unit/Makefile b/tests/unit/Makefile index 76f815e..c72eb48 100644 --- a/tests/unit/Makefile +++ b/tests/unit/Makefile @@ -80,4 +80,5 @@ build-error-checks: test_errors.c $(SRCS_ERROR) $(HEADERS_ERROR) test-error-checks: build-error-checks ./error_checks clean: - rm -f operations op-call filter filter-build + rm -f operations op-call filter \ + filter-build error_checks -- cgit v1.2.3