diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-23 22:59:53 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-23 22:59:53 +0100 |
| commit | 4c65791784813d00cb976da9ad7b4215f0ad03db (patch) | |
| tree | 246fc1b16a981bd0b6c4c65a66ae74233d3ecf4a /test/standard_tests/Jamfile.v2 | |
| parent | 1131c5450865d5fc0f91a1b8fd267c90430a1cb6 (diff) | |
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
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 ; + + |
