summaryrefslogtreecommitdiffhomepage
path: root/test/Jamfile
blob: 853d2460c8f3401625f9bf04c91017e8a16434d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# /*
#  * File: Jamfile
#  * 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 
    : <toolset>gcc : <cxxflags>-std=c++20 ;

exe allocator_op.test.o 
    : allocator_op.test.cpp 
    : <toolset>gcc : <cxxflags>-std=c++20 ;