summaryrefslogtreecommitdiffhomepage
path: root/test/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Jamfile')
-rw-r--r--test/Jamfile17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/Jamfile b/test/Jamfile
deleted file mode 100644
index 853d246..0000000
--- a/test/Jamfile
+++ /dev/null
@@ -1,17 +0,0 @@
-# /*
-# * 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 ; \ No newline at end of file