From dbdde42b3ef983c0ede6942119f716c1e2eb6ff3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 22 Jul 2024 12:18:36 -0300 Subject: Add integration tests --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a97ee73..9f98ce6 100644 --- a/Makefile +++ b/Makefile @@ -63,8 +63,10 @@ check-unit: tests/lib_test.bin integration-tests = \ tests/cli-opts.sh \ + tests/integration.sh \ -$(integration-tests): $(NAME).bin ALWAYS +$(integration-tests): $(NAME).bin +$(integration-tests): ALWAYS sh $@ check-integration: $(integration-tests) -- cgit v1.2.3