mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Added header-dependency tests.
This commit is contained in:
7
tests/header_dependencies/main.c
Normal file
7
tests/header_dependencies/main.c
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
#include HEADER_TO_TEST
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user