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.
This commit is contained in:
Daniel James
2016-07-01 11:12:29 +01:00
parent 7b8e3d01de
commit 3720b0be58

View File

@ -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 ;