SRS-control
0.1.4
Loading...
Searching...
No Matches
test_main.cpp
Go to the documentation of this file.
1
#include <gtest/gtest.h>
2
#include <spdlog/spdlog.h>
3
4
auto
main
(
int
argc,
char
** argv) ->
int
5
{
6
spdlog::set_level(spdlog::level::err);
7
::testing::InitGoogleTest(&argc, argv);
8
return
RUN_ALL_TESTS();
9
}
main
auto main() -> int
Definition
main.cpp:52
test
backend
test_main.cpp
Impressum
Datenschutzerklärung
Generated by
1.13.2