diff options
author | EuAndreh <eu@euandre.org> | 2025-01-15 16:34:24 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-01-15 16:34:24 -0300 |
commit | a890c1f1f5d125574c839def4b70e90cdd637124 (patch) | |
tree | fdb0351b332dc723948e7037b413baac228de9e4 /tests | |
parent | Revamp lib, simplify it a bit and address some FIXMEs (diff) | |
download | pindaiba-a890c1f1f5d125574c839def4b70e90cdd637124.tar.gz pindaiba-a890c1f1f5d125574c839def4b70e90cdd637124.tar.xz |
Makefile: Normalize alongside other projects; fix $(integration-tests)
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/integration.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration.sh b/tests/integration.sh new file mode 100755 index 0000000..92b70ea --- /dev/null +++ b/tests/integration.sh @@ -0,0 +1,2 @@ +#!/bin/sh +set -eu |