diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-14 13:20:17 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-14 13:20:17 +0000 |
commit | f50a7939715840083645b669b882b0ea8343bc6d (patch) | |
tree | 12b890cc670f04c692335aaa3a51a5edf85005f7 /test/Jamfile.jam | |
parent | Support getting the position at a point along a link (diff) | |
download | ilt-f50a7939715840083645b669b882b0ea8343bc6d.tar.bz2 ilt-f50a7939715840083645b669b882b0ea8343bc6d.tar.xz ilt-f50a7939715840083645b669b882b0ea8343bc6d.zip |
Add test-maths
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r-- | test/Jamfile.jam | 1 |
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 ; |