From 4c85c77c0a2455cc0c927b21ca379097bf5d2029 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 10 Jan 2021 14:46:25 +0000 Subject: Make static_assert tests use boost-build compile test rule --- slicer/slicer/Jamfile.jam | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/slicer/slicer/Jamfile.jam b/slicer/slicer/Jamfile.jam index ab6420e..8fde048 100644 --- a/slicer/slicer/Jamfile.jam +++ b/slicer/slicer/Jamfile.jam @@ -2,9 +2,9 @@ import package ; lib stdc++fs ; -obj enum-test : enum-test.cpp ; -obj hook-test : hook-test.cpp : ..//adhocutil common ; -obj metadata-test : metadata-test.cpp : ..//adhocutil common ; +compile enum-test.cpp ; +compile hook-test.cpp : ..//adhocutil common ; +compile metadata-test.cpp : ..//adhocutil common ; obj common : common.ice : tidy:none ; -- cgit v1.2.3