Add machinery for C++14, C++17 and C++20 testing
Support running testcases conditional on the compiler supporting a each language version, like we already handle C++11. Currently no testcases are actually run in this way for these newer language versions.
This commit is contained in:
parent
b5ad734fdf
commit
07f0b732ba
21 changed files with 133 additions and 16 deletions
|
|
@ -12,6 +12,9 @@ SCRIPTSUFFIX = _runme.java
|
|||
SKIP_DOXYGEN_TEST_CASES = @JAVA_SKIP_DOXYGEN_TEST_CASES@
|
||||
|
||||
HAVE_CXX11 = @HAVE_CXX11@
|
||||
HAVE_CXX14 = @HAVE_CXX14@
|
||||
HAVE_CXX17 = @HAVE_CXX17@
|
||||
HAVE_CXX20 = @HAVE_CXX20@
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = ../@top_srcdir@
|
||||
top_builddir = ../@top_builddir@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue