| 28 | extern "C" int csRunTestsConfigFile(HConfigFile config); |
| 29 | |
| 30 | TEST(CSharp, Hash) |
| 31 | { |
| 32 | ASSERT_EQ(0, csRunTestsHash()); |
| 33 | ASSERT_EQ(dmHashString64("Hello World!"), csHashString64("Hello World!")); |
| 34 | } |
| 35 | |
| 36 | static const char* CONFIG_BUFFER= |
| 37 | "[test]\n" |
nothing calls this directly
no test coverage detected