File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,4 +33,7 @@ cdash: $(BUILD)/Makefile
3333cdash-cov: $ (BUILD )/Makefile
3434 cd $ (BUILD ) && $ (CMAKE ) -DUSE_GCOV=True .. && make Experimental
3535
36- .PHONY: build install clean doc package test cdash cdash-cov
36+ cdash-mem: $ (BUILD )/Makefile
37+ cd $ (BUILD ) && make NightlyMemoryCheck
38+
39+ .PHONY: build install clean doc package test cdash cdash-cov cdash-mem
Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ To submit coverage test results:
3434
3535 make -f Makefile.cmake cdash-cov
3636
37+ To submit valgrind test results:
38+
39+ make -f Makefile.cmake cdash-mem
40+
3741Using cmake directly:
3842 cd ~/your-node-source-dir
3943 mkdir name -of-build-dir (can be anything )
@@ -47,6 +51,7 @@ Using cmake directly:
4751Other build targets:
4852 make Experimental
4953 make Nightly
54+ make NightlyMemoryCheck
5055 make Continuous
5156
5257Additional options :
You can’t perform that action at this time.
0 commit comments