diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2025-04-02 21:54:55 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2025-04-10 18:04:35 +0200 |
commit | 1ca387f9c0028599fc2a1495680bcb72cac73cb8 (patch) | |
tree | aa469f4ca8cebb3448ebf9268ad76e7ba37d2ee9 /test/suite/test.sh | |
parent | cd6c3ea1c3ca853fc38da4fa5fd62545c31aa92d (diff) |
WIPmsvc
Diffstat (limited to 'test/suite/test.sh')
-rwxr-xr-x | test/suite/test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/suite/test.sh b/test/suite/test.sh index c54137a..ec603f5 100755 --- a/test/suite/test.sh +++ b/test/suite/test.sh @@ -1,4 +1,6 @@ #!/bin/bash +#set -x + : ${CXX:=g++} : ${CTORDIR:=../../build} : ${BUILDDIR:=build} |