Fix eglib targets and filters.
[mono.git] / runtime / Makefile.am
index 98609dc55babab32f450d31f7848f757c71e59e5..326158c3af8f680573cc7eed9196df4a56ce66a2 100644 (file)
@@ -68,6 +68,10 @@ if INSTALL_ORBIS
 build_profiles += orbis
 endif
 
+if INSTALL_UNREAL
+build_profiles += unreal
+endif
+
 test_profiles = $(build_profiles)
 
 if BUILD_MCS
@@ -164,14 +168,11 @@ mcs-compileall: mono-wrapper etc/mono/config
            else \
              echo $$i verification failed; ok=false; \
            fi; done; done; \
+       if [ "$$ok" = "false" ]; then echo "<?xml version='1.0' encoding='utf-8'?><test-results failures='1' total='1' not-run='0' name='verify' date='$$(date +%F)' time='$$(date +%T)'><test-suite name='mcs-compileall' success='False' time='0'><results><test-case name='fail' executed='True' success='False' time='0'><failure><message>Verifying framework assemblies failed. Check the log for more details.</message><stack-trace></stack-trace></failure></test-case></results></test-suite></test-results>" > TestResult-verify.xml; fi; \
        $$ok
 
-if NACL_CODEGEN
-check-local:
-else
 check-local: mcs-compileall mcs-do-test-profiles
        $(MAKE) mcs-do-run-test-profiles
-endif
 
 # Compile all mcs tests
 test: mcs-do-test-profiles