summaryrefslogtreecommitdiff
path: root/scripts/test/shared.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test/shared.py')
-rw-r--r--scripts/test/shared.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/test/shared.py b/scripts/test/shared.py
index 9cea0e406..fac64c5d2 100644
--- a/scripts/test/shared.py
+++ b/scripts/test/shared.py
@@ -23,6 +23,10 @@ import shutil
import subprocess
import sys
+# The C++ standard whose features are required to build Binaryen.
+# Keep in sync with CMakeLists.txt CXX_STANDARD
+cxx_standard = 17
+
def parse_args(args):
usage_str = ("usage: 'python check.py [options]'\n\n"