diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2025-12-28 21:48:09 +0100 |
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2026-01-06 17:06:18 +0100 |
| commit | 738ea8dc05aef2d354680068715eb88d96351cf3 (patch) | |
| tree | 6062368b04c55d2a958f28964d38c403d680cf48 /test/suite/test.sh | |
| parent | fa99825fa800f0faf4a6e6b1d639b261c7aa43c9 (diff) | |
WIPmsvc-gene
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 4638c0d..8272247 100755 --- a/test/suite/test.sh +++ b/test/suite/test.sh @@ -1,4 +1,6 @@ #!/bin/bash +#set -x + : ${CXX:=g++} $CXX $LDFLAGS $CXXFLAGS -std=c++20 -Wall test.cc -o test && ./test |
