Searched refs:testclean (Results 1 – 12 of 12) sorted by relevance
17 testclean:: target
20 testclean:: target
80 testclean:: checkasmclean target
277 clean:: testclean279 testclean:: target
177 $(MAKE) testclean181 .PHONY: testclean182 testclean: target
79 if /i "%1"=="testclean" set target=TestClean&goto arg-ok
705 Invoking `make testclean` (Un*x) or `nmake testclean` (Windows command line) or706 building the "testclean" target (Visual Studio IDE) will clean up the output
817 Invoking `make testclean` (Un*x) or `nmake testclean` (Windows command line) or818 building the "testclean" target (Visual Studio IDE) will clean up the output
1299 add_custom_target(testclean COMMAND ${CMAKE_COMMAND} -P target1300 ${CMAKE_CURRENT_SOURCE_DIR}/cmakescripts/testclean.cmake)
872 Invoking `make testclean` (Un*x) or `nmake testclean` (Windows command line) or873 building the "testclean" target (Visual Studio IDE) will clean up the output
1266 add_custom_target(testclean COMMAND ${CMAKE_COMMAND} -P target1267 ${CMAKE_CURRENT_SOURCE_DIR}/cmakescripts/testclean.cmake)
2125 * [[`e51f924964`](https://github.com/nodejs/node/commit/e51f924964)] - **build**: add a testclean t…