summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-07-22 12:18:36 -0300
committerEuAndreh <eu@euandre.org>2024-07-22 12:19:10 -0300
commitdbdde42b3ef983c0ede6942119f716c1e2eb6ff3 (patch)
tree2bf7ac01dda46b12446b65be4fe562912fa339b2 /Makefile
parentsrc/lib.go: Long when start listening (diff)
downloadbinder-dbdde42b3ef983c0ede6942119f716c1e2eb6ff3.tar.gz
binder-dbdde42b3ef983c0ede6942119f716c1e2eb6ff3.tar.xz
Add integration tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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)