diff options
Diffstat (limited to 'test/standard_tests/Jamfile.v2')
| -rw-r--r-- | test/standard_tests/Jamfile.v2 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/standard_tests/Jamfile.v2 b/test/standard_tests/Jamfile.v2 new file mode 100644 index 0000000..bf37293 --- /dev/null +++ b/test/standard_tests/Jamfile.v2 @@ -0,0 +1,19 @@ +# +# File: Jamfile.v2 +# Author: Amlal El Mahrouss, +# Copyright 2025, Amlal El Mahrouss, Licensed under the Boost Software License +# + +project tests +: default-build debug +; + +exe option.test.o + : option.test.cpp + : <cxxstd>20 ; + +exe allocator_op.test.o + : allocator_op.test.cpp + : <cxxstd>20 ; + + |
