Commit 47a41e5 1 parent 6e63cd0 commit 47a41e5 Copy full SHA for 47a41e5
File tree 1 file changed +11
-11
lines changed
tools/console_test_runner
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
# (C) Copyright Gennadiy Rozental 2008-2014.
2
- # Use, modification, and distribution are subject to the
3
- # Boost Software License, Version 1.0. (See accompanying file
2
+ # Use, modification, and distribution are subject to the
3
+ # Boost Software License, Version 1.0. (See accompanying file
4
4
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
5
#
6
6
# See http://www.boost.org/libs/test for the library home page.
@@ -10,29 +10,29 @@ project libs/test/tools/console_test_runner ;
10
10
11
11
alias unit_test_framework
12
12
: # sources
13
- /boost//unit_test_framework
14
- ;
13
+ /boost/test//boost_unit_test_framework
14
+ ;
15
15
16
16
alias test_runner_src
17
17
: # sources
18
18
src/console_test_runner.cpp
19
- unit_test_framework
20
- ;
19
+ unit_test_framework
20
+ ;
21
21
22
22
# make aliases explicit so the libraries will only be built when requested
23
23
explicit unit_test_framework ;
24
24
explicit test_runner_src ;
25
25
26
- lib dl ;
26
+ lib dl ;
27
27
28
- lib test_runner_test : test/test_runner_test.cpp unit_test_framework ;
28
+ lib test_runner_test : test/test_runner_test.cpp unit_test_framework ;
29
29
30
- exe console_test_runner
30
+ exe console_test_runner
31
31
: test_runner_src
32
- dl
32
+ dl
33
33
;
34
34
35
- exe console_test_runner
35
+ exe console_test_runner
36
36
: test_runner_src
37
37
: <target-os>windows
38
38
;
You can’t perform that action at this time.
0 commit comments