Rename test source files

This commit is contained in:
Vinnie Falco
2018-12-26 17:27:57 -08:00
parent 7caa0b8132
commit 25f144f936
10 changed files with 16 additions and 16 deletions

View File

@@ -18,6 +18,14 @@ add_executable (tests-beast-core
Jamfile Jamfile
buffer_test.hpp buffer_test.hpp
file_test.hpp file_test.hpp
_detail_base64.cpp
_detail_buffer.cpp
_detail_clamp.cpp
_detail_read.cpp
_detail_sha1.cpp
_detail_tuple.cpp
_detail_variant.cpp
_detail_varint.cpp
bind_handler.cpp bind_handler.cpp
buffer_traits.cpp buffer_traits.cpp
buffered_read_stream.cpp buffered_read_stream.cpp
@@ -46,14 +54,6 @@ add_executable (tests-beast-core
string.cpp string.cpp
string_param.cpp string_param.cpp
type_traits.cpp type_traits.cpp
detail_base64.cpp
detail_buffer.cpp
detail_clamp.cpp
detail_read.cpp
detail_sha1.cpp
detail_tuple.cpp
detail_variant.cpp
detail_varint.cpp
) )
set_property(TARGET tests-beast-core PROPERTY FOLDER "tests") set_property(TARGET tests-beast-core PROPERTY FOLDER "tests")

View File

@@ -8,6 +8,14 @@
# #
local SOURCES = local SOURCES =
_detail_base64.cpp
_detail_buffer.cpp
_detail_clamp.cpp
_detail_read.cpp
_detail_sha1.cpp
_detail_tuple.cpp
_detail_variant.cpp
_detail_varint.cpp
bind_handler.cpp bind_handler.cpp
buffer_traits.cpp buffer_traits.cpp
buffered_read_stream.cpp buffered_read_stream.cpp
@@ -36,14 +44,6 @@ local SOURCES =
string.cpp string.cpp
string_param.cpp string_param.cpp
type_traits.cpp type_traits.cpp
detail_base64.cpp
detail_buffer.cpp
detail_clamp.cpp
detail_read.cpp
detail_sha1.cpp
detail_tuple.cpp
detail_variant.cpp
detail_varint.cpp
; ;
local RUN_TESTS ; local RUN_TESTS ;