From: Zoltan Varga Date: Fri, 10 Mar 2017 04:03:29 +0000 (-0500) Subject: [runtime] Add a test to verify that pedump works. (#4486) X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=0f2b159ed98d4658cad4264789da056a870c8087;p=mono.git [runtime] Add a test to verify that pedump works. (#4486) --- diff --git a/mono/tests/Makefile.am b/mono/tests/Makefile.am index 4263dfb8282..aef891ca953 100644 --- a/mono/tests/Makefile.am +++ b/mono/tests/Makefile.am @@ -7,7 +7,7 @@ FEATUREFUL_RUNTIME_TEST = test-appdomain-unload endif check-local: assemblyresolve/test/asm.dll testjit test-generic-sharing test-type-load test-multi-netmodule test-cattr-type-load test-reflection-load-with-context test_platform \ - test-console-output test-messages test-env-options test-unhandled-exception-2 $(FEATUREFUL_RUNTIME_TEST) test-process-stress rm-empty-logs + test-console-output test-messages test-env-options test-unhandled-exception-2 $(FEATUREFUL_RUNTIME_TEST) test-process-stress test-pedump rm-empty-logs check-full: test-sgen check-local check-parallel: compile-tests check-full @@ -1844,6 +1844,9 @@ test-console-output: console-output.exe @diff -w console-output.exe.stdout $(srcdir)/console-output.exe.stdout.expected \ && diff -w console-output.exe.stderr $(srcdir)/console-output.exe.stderr.expected +test-pedump: test-runner.exe + $(with_mono_path) $(mono_build_root)/tools/pedump/pedump --verify error test-runner.exe + PROCESS_STRESS_TESTS= \ process-stress-1.exe \ process-stress-2.exe \