From 3720b0be584bd7dc022989f717b7a193f81b4fb9 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 1 Jul 2016 11:12:29 +0100 Subject: [PATCH] Try creating a project for test. For some reason the unordered test results are not showing up any more. This is odd, as when I try locally they do run. I don't know why this is, but it's possible that it's because there isn't an actual project in the test directory, so try adding one. --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index a6ab923c..a7cd39a5 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -3,7 +3,7 @@ # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -import testing ; +project unordered-test ; build-project unordered ; build-project exception ;