Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
S
spdlog
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
spdlog
Commits
2dfea6be
Commit
2dfea6be
authored
Jul 20, 2018
by
gabime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed tests under windows
parent
0c07df70
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
test_async.cpp
tests/test_async.cpp
+1
-1
tests.sln
tests/tests.sln
+1
-1
tests.vcxproj
tests/tests.vcxproj
+1
-1
No files found.
tests/test_async.cpp
View file @
2dfea6be
...
...
@@ -133,7 +133,7 @@ TEST_CASE("to_file", "[async]")
REQUIRE
(
count_lines
(
filename
)
==
messages
);
auto
contents
=
file_contents
(
filename
);
REQUIRE
(
ends_with
(
contents
,
std
::
string
(
"Hello message #1023
"
)
+
SPDLOG_EOL
));
REQUIRE
(
ends_with
(
contents
,
std
::
string
(
"Hello message #1023
\n
"
)
));
}
TEST_CASE
(
"to_file multi-workers"
,
"[async]"
)
...
...
tests/tests.sln
View file @
2dfea6be
...
...
@@ -25,7 +25,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "details", "details", "{C8A2
..\include\spdlog\details\mpmc_bounded_q.h = ..\include\spdlog\details\mpmc_bounded_q.h
..\include\spdlog\details\null_mutex.h = ..\include\spdlog\details\null_mutex.h
..\include\spdlog\details\os.h = ..\include\spdlog\details\os.h
..\include\spdlog\details\pattern_formatter
_impl.h = ..\include\spdlog\details\pattern_formatter_impl
.h
..\include\spdlog\details\pattern_formatter
.h = ..\include\spdlog\details\pattern_formatter
.h
..\include\spdlog\details\registry.h = ..\include\spdlog\details\registry.h
..\include\spdlog\details\spdlog_impl.h = ..\include\spdlog\details\spdlog_impl.h
..\include\spdlog\details\thread_pool.h = ..\include\spdlog\details\thread_pool.h
...
...
tests/tests.vcxproj
View file @
2dfea6be
...
...
@@ -94,7 +94,7 @@
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<ClCompile>
<WarningLevel>
Level
4
</WarningLevel>
<WarningLevel>
Level
3
</WarningLevel>
<Optimization>
MaxSpeed
</Optimization>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment