Searched refs:testclean (Results 1 – 8 of 8) sorted by relevance
17 testclean:: target
20 testclean:: target
84 testclean:: checkasmclean target
326 clean:: testclean328 testclean:: target
205 $(MAKE) testclean209 .PHONY: testclean210 .NOTPARALLEL: testclean211 testclean: target
83 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
4547 * \[[`e51f924964`](https://github.com/nodejs/node/commit/e51f924964)] - **build**: add a testclean …