summaryrefslogtreecommitdiffhomepage
path: root/test/standard_tests/Jamfile.v2
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-23 22:59:53 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-23 22:59:53 +0100
commit4c65791784813d00cb976da9ad7b4215f0ad03db (patch)
tree246fc1b16a981bd0b6c4c65a66ae74233d3ecf4a /test/standard_tests/Jamfile.v2
parent1131c5450865d5fc0f91a1b8fd267c90430a1cb6 (diff)
[CHORE] Cleanup examples and tests directories.HEADdevelop
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'test/standard_tests/Jamfile.v2')
-rw-r--r--test/standard_tests/Jamfile.v219
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 ;
+
+