MCPcopy Index your code
hub / github.com/nodejs/node / test_source_remove

Method test_source_remove

deps/v8/tools/cppgc/gen_cmake_test.py:36–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34 'sources += [ "source1.h", "source1.cc", ]')
35
36 def test_source_remove(self):
37 self._CompileAndCheck(
38 f'list(REMOVE_ITEM {self.CMAKE_TARGET_SOURCES} "source1.h" "source1.cc")',
39 'sources -= [ "source1.h", "source1.cc", ]')
40
41 def test_equal(self):
42 self._CompileExpressionAndCheck('"${CURRENT_CPU}" STREQUAL "x64"',

Callers

nothing calls this directly

Calls 1

_CompileAndCheckMethod · 0.95

Tested by

no test coverage detected