diff options
| author | Yidi <noob999noob999@gmail.com> | 2024-09-06 18:03:19 +0200 |
|---|---|---|
| committer | Yidi <noob999noob999@gmail.com> | 2024-09-06 18:03:19 +0200 |
| commit | 77997253fb0978c2f45b73982eb0926756747882 (patch) | |
| tree | 40761bf5145d55fb0c8239f492c44cd3a1f08cb1 /test/test.sh | |
| parent | 5c297e9939981a35b2782ff7b4f92859216fcca3 (diff) | |
more tests
Diffstat (limited to 'test/test.sh')
| -rwxr-xr-x | test/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh index 3cb5c9c..e4eecee 100755 --- a/test/test.sh +++ b/test/test.sh @@ -6,6 +6,7 @@ export MALLOC_PERTURB_="$((2#01011001))" declare -A cppstandard cppstandard["string/suffixArray.cpp"]="gnu++20" +cppstandard["other/pbs.cpp"]="gnu++20" seedmacro="" process_awk() { |
