MCPcopy Create free account
hub / github.com/chipsalliance/Surelog / TEST

Function TEST

src/SourceCompile/PreprocessFile_test.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40TEST(PreprocessTest, PreprocessWithoutPPTokens) {
41 PreprocessHarness harness;
42 const std::string res = harness.preprocess("module top(); endmodule");
43 EXPECT_EQ(res, "module top(); endmodule");
44}
45
46TEST(PreprocessTest, PreprocessSingleParameterExpansion) {
47 PreprocessHarness harness;

Callers

nothing calls this directly

Calls 2

ContainsErrorFunction · 0.85
preprocessMethod · 0.45

Tested by

no test coverage detected