Skip to content

Commit 397737f

Browse files
committed
Improve consistency of naming
Closes: #1
1 parent 13d265d commit 397737f

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
File renamed without changes.

test/Jamfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ project : requirements
5050
run quick.cpp ;
5151

5252
run test_construct_unsigned_type.cpp ;
53-
compile test_integer_type_properties.cpp ;
53+
compile compile_integer_type_properties.cpp ;
5454

5555
run test_unsigned_addition.cpp ;
56-
compile-fail test_unsigned_addition_fail.cpp ;
56+
compile-fail compile_fail_unsigned_addition.cpp ;
5757
run-fail benchmarks/benchmark_unsigned_addition.cpp ;
5858
run test_limits.cpp ;
5959
run limits_link_1.cpp limits_link_2.cpp limits_link_3.cpp ;
60-
compile-fail test_unsigned_construction_from_bool.cpp ;
60+
compile-fail compile_fail_unsigned_construction_from_bool.cpp ;
6161

6262
# Compile Tests
6363
compile compile_tests/compile_test_unsigned_integers.cpp ;
@@ -66,5 +66,5 @@ compile compile_tests/compile_test_main_header.cpp ;
6666

6767
# Run the examples
6868
run ../examples/basic_usage.cpp ;
69-
compile-fail ../examples/basic_usage_constexpr_fail.cpp ;
69+
compile-fail ../examples/compile_fail_basic_usage_constexpr.cpp ;
7070
run ../examples/debugger.cpp ;
File renamed without changes.

0 commit comments

Comments
 (0)