2003-07-20 Peter Williams <peter@newton.cx>
[mono.git] / mcs / build / profiles / default.make
index b17090cb8bd43705b327daf3ec897797933a0196..cabf57344f7edd62940f10f95d2767e469436fad 100644 (file)
@@ -16,6 +16,7 @@
 
 ifdef PLATFORM_MONO_NATIVE
 MCS = MONO_PATH="$(topdir)/class/lib:$$MONO_PATH" $(INTERNAL_MCS)
+TEST_RUNTIME = MONO_PATH=".:$$MONO_PATH" $(RUNTIME) --debug
 else
 MCS = $(PLATFORM_RUNTIME) $(BOOTSTRAP_MCS) /lib:$(topdir)/class/lib
 endif