diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2025-02-01 20:37:32 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2025-03-04 09:52:25 +0100 |
commit | 53ba0324a35a48cdbe3286991c60842b67099ed8 (patch) | |
tree | 289281df5fac32acaab714d8ee6b8863e7b2a3a8 /test/suite | |
parent | 0778d3c45d1aef18d9b2ae6769e372b2a3d83b8e (diff) |
WIP
Diffstat (limited to 'test/suite')
-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} |