From 2a9931dc134de69f48eed6acd8c5bf6d4221b936 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Mon, 25 Nov 2024 23:02:35 -0500 Subject: Tool scripts for running tests. `test-all` instead of `test` to avoid colliding with a shell builtin. --- tools/test-all | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 tools/test-all (limited to 'tools/test-all') diff --git a/tools/test-all b/tools/test-all new file mode 100755 index 0000000..0ad3ca3 --- /dev/null +++ b/tools/test-all @@ -0,0 +1,10 @@ +#!/bin/bash -e + +## tools/test-all +## +## Run the full test suite. + +cd "$(dirname "$0")/.." + +tools/test-ui +tools/test-server -- cgit v1.2.3