summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-08 16:56:15 -0300
committerEuAndreh <eu@euandre.org>2024-08-08 16:56:15 -0300
commitb421c5d74c06b8dc89643fe48e735f07ca2ade11 (patch)
treede32ee07be5b0e91a463bbb90cdbfbe7f3ffd411 /Makefile
parenttests/integration.sh: Use more specific assertion functions (diff)
downloadbinder-b421c5d74c06b8dc89643fe48e735f07ca2ade11.tar.gz
binder-b421c5d74c06b8dc89643fe48e735f07ca2ade11.tar.xz
src/lib.go: Do not exit on conn error
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 88ad35a..17bcd03 100644
--- a/Makefile
+++ b/Makefile
@@ -65,6 +65,7 @@ integration-tests = \
tests/cli-opts.sh \
tests/integration.sh \
+.PRECIOUS: $(integration-tests)
$(integration-tests): $(NAME).bin
$(integration-tests): ALWAYS
sh $@