diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2025-12-28 21:48:09 +0100 |
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2026-02-03 08:42:10 +0100 |
| commit | f2eb782080a74a7d789dea154e17e18cf5121af4 (patch) | |
| tree | 64a3205616d496f335fd8fad3f0aaeb2aae67f42 /test/suite/test.sh | |
| parent | f66ab53b9380a5367e24727df620d6620ab031f7 (diff) | |
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 |
