diff options
| author | EuAndreh <eu@euandre.org> | 2024-07-22 12:18:36 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-07-22 12:19:10 -0300 |
| commit | dbdde42b3ef983c0ede6942119f716c1e2eb6ff3 (patch) | |
| tree | 2bf7ac01dda46b12446b65be4fe562912fa339b2 /Makefile | |
| parent | src/lib.go: Long when start listening (diff) | |
| download | binder-dbdde42b3ef983c0ede6942119f716c1e2eb6ff3.tar.gz binder-dbdde42b3ef983c0ede6942119f716c1e2eb6ff3.tar.xz | |
Add integration tests
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |
