X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=runtime%2FMakefile.am;h=93b44b4bdc35670eea40ffebd7619e5dc8b57e17;hb=245dee37992a827b99b9cb9df36cf78ce65db454;hp=f70d4d20241c5d8c50d52fbd903dc744ba69902f;hpb=56d9663bb2bef253fbbcaed814bbc69a51a7f9d5;p=mono.git diff --git a/runtime/Makefile.am b/runtime/Makefile.am index f70d4d20241..93b44b4bdc3 100644 --- a/runtime/Makefile.am +++ b/runtime/Makefile.am @@ -162,15 +162,19 @@ mcs-compileall: mono-wrapper etc/mono/config if [ ! -f $$i ] ; then \ continue ; \ fi ; \ - if ./mono-wrapper --compile-all --verify-all --security=validil $$i; then \ + if ./mono-wrapper --compile-all --verify-all --security=verifiable $$i; then \ echo $$i verified OK; \ else \ echo $$i verification failed; ok=false; \ fi; done; done; \ $$ok +if NACL_CODEGEN +check-local: +else check-local: mcs-compileall mcs-do-test-profiles $(MAKE) $(test_select) mcs-do-run-test-profiles +endif # Compile all mcs tests test: mcs-do-test-profiles