Added explicit test with the alias 'test_iso' to run tests for macro expansion for the various C++ standards.

This commit is contained in:
Edward Diener
2019-11-13 20:38:10 -05:00
parent a6404a8fb2
commit 661dd91603
2 changed files with 550 additions and 0 deletions

View File

@ -262,3 +262,8 @@ alias test_clang_cuda
;
explicit test_clang_cuda ;
alias test_iso
:
[ run cpp_standard.cpp ]
;