summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-02-14 13:20:17 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2021-02-14 13:20:17 +0000
commitf50a7939715840083645b669b882b0ea8343bc6d (patch)
tree12b890cc670f04c692335aaa3a51a5edf85005f7 /test/Jamfile.jam
parentSupport getting the position at a point along a link (diff)
downloadilt-f50a7939715840083645b669b882b0ea8343bc6d.tar.bz2
ilt-f50a7939715840083645b669b882b0ea8343bc6d.tar.xz
ilt-f50a7939715840083645b669b882b0ea8343bc6d.zip
Add test-maths
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r--test/Jamfile.jam1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam
index f5d56eb..c6e6d5e 100644
--- a/test/Jamfile.jam
+++ b/test/Jamfile.jam
@@ -15,3 +15,4 @@ project : requirements
;
run test-collection.cpp ;
+run test-maths.cpp ;