summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-07-31 17:14:21 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-07-31 17:14:21 +0100
commit6b9fdc6ad3ac84cf8b8543b6e46b0ca8c4d61860 (patch)
tree1152b920b5b6481f9b4a9d31927ece6de658f93b /test/Jamfile.jam
parentbefore and afterEvents virtual/protected (diff)
downloadmygrate-6b9fdc6ad3ac84cf8b8543b6e46b0ca8c4d61860.tar.bz2
mygrate-6b9fdc6ad3ac84cf8b8543b6e46b0ca8c4d61860.tar.xz
mygrate-6b9fdc6ad3ac84cf8b8543b6e46b0ca8c4d61860.zip
Build a basic hacky semaphore for compilers that don't support std::binary_semaphore yet
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r--test/Jamfile.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam
index 8486a14..1f0dac3 100644
--- a/test/Jamfile.jam
+++ b/test/Jamfile.jam
@@ -9,7 +9,7 @@ project : requirements
lib testdb :
[ glob-tree *.sql : bin ]
- [ glob testdb-*.cpp ] :
+ [ glob *.cpp : test-*.cpp ] :
<link>static
;