diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-12-27 10:10:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-27 10:10:21 +0100 |
| commit | d9033363086aba59f67d805f09bad1e74d23acb5 (patch) | |
| tree | 0f3060bb24565803117f8ebd60b660fa96bc0f51 /test/rope_test/Jamfile.v2 | |
| parent | b608fb79a0100a178fe682ff6d0ba96c90f78bff (diff) | |
feat: updated Jamfile and unit tests.
Diffstat (limited to 'test/rope_test/Jamfile.v2')
| -rw-r--r-- | test/rope_test/Jamfile.v2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rope_test/Jamfile.v2 b/test/rope_test/Jamfile.v2 index 85c867f..bcfefa0 100644 --- a/test/rope_test/Jamfile.v2 +++ b/test/rope_test/Jamfile.v2 @@ -9,6 +9,6 @@ project tests ; exe crope.test.o - : crope.test.cpp + : crope.test.cpp crope.pred.test.cpp : <cxxstd>20 ; |
