MCPcopy Create free account
hub / github.com/nodejs/node / test_cmake

Method test_cmake

tools/gyp/test/integration_test.py:75–79  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

73 assert_file(self, "out/test.target.mk", "make/test.target.mk")
74
75 def test_cmake(self) -> None:
76 rc = gyp.main(["-f", "cmake", "--depth", fixture_dir, gyp_file])
77 assert rc == 0
78
79 assert_file(self, "out/Default/CMakeLists.txt", "cmake/CMakeLists.txt")
80
81
82class TestGypWindows(unittest.TestCase):

Callers

nothing calls this directly

Calls 2

assert_fileFunction · 0.85
mainMethod · 0.45

Tested by

no test coverage detected