summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-22 17:20:04 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-22 17:20:04 +0100
commit970f0617d140b06a03c940aa1be84800b87da62c (patch)
treea61dde8251912641a90c9e9f258cb3fbd5c35bc9 /test
parent67584ca43f2b91ed25386c63ed4a894f26d1b95e (diff)
feat: Jamfile.v2: Don't use compiler specific flags to specify the C++ standard.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'test')
-rw-r--r--test/Jamfile.v24
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Jamfile.v2 b/test/Jamfile.v2
index b0d89d3..f43a7c4 100644
--- a/test/Jamfile.v2
+++ b/test/Jamfile.v2
@@ -10,8 +10,8 @@ project tests
exe option.test.o
: option.test.cpp
- : <cxxflags>-std=c++20 ;
+ : <cxxstd>20 ;
exe allocator_op.test.o
: allocator_op.test.cpp
- : <cxxflags>-std=c++20 ; \ No newline at end of file
+ : <cxxstd>20 ; \ No newline at end of file