From c08e33649931b679b17488ba6f7dab1d628213fd Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 14 Feb 2021 14:19:21 +0000 Subject: Add our first vehicle --- test/Jamfile.jam | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Jamfile.jam') diff --git a/test/Jamfile.jam b/test/Jamfile.jam index c6e6d5e..ffc1a19 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -15,4 +15,5 @@ project : requirements ; run test-collection.cpp ; +run test-obj.cpp ; run test-maths.cpp ; -- cgit v1.2.3