summaryrefslogtreecommitdiffhomepage
path: root/test/rope_test/Jamfile.v2
blob: 45a2f645d153827f21d039adf7f64be511ebaed4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 
#  File: Jamfile.v2
#  Author: Amlal El Mahrouss,
#  Copyright 2025, Amlal El Mahrouss, Licensed under the Boost Software License
# 

project tests 
: default-build debug
;

exe crope.test.o 
    : crope.test.cpp
    : <cxxstd>20 ;


exe crope.pred.test.o
    : crope.pred.test.cpp
    : <cxxstd>20 ;

exe crope.pred2.test.o
    : crope.pred2.test.cpp
    : <cxxstd>20 ;