| 24 | using namespace NanoLog::LogLevels; |
| 25 | |
| 26 | int main() |
| 27 | { |
| 28 | printf("\r\nNote: This app is used in the integration tests, but" |
| 29 | "is not the test runner. \r\nTo run the actual test, invoke " |
| 30 | "\"make run-test\"\r\n\r\n"); |
| 31 | } |
nothing calls this directly
no outgoing calls
no test coverage detected