diff options
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r-- | test/Jamfile.jam | 2 |
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 ; |