Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2007-01-23 07:36:14 +0300
committerMiguel de Icaza <miguel@gnome.org>2007-01-23 07:36:14 +0300
commit29fcd3514317daf98e12ab18b28df6bb308564bd (patch)
treeadf9d1bf277857eb0d3cbafdc6bd266569a167fd
parenta157e4805e3adea42b386a2969f37b794fd8602e (diff)
Fix build
svn path=/trunk/mono/; revision=71500
-rw-r--r--mono/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mono/tests/Makefile.am b/mono/tests/Makefile.am
index 76b1faa4d9a..27d836a1e44 100644
--- a/mono/tests/Makefile.am
+++ b/mono/tests/Makefile.am
@@ -452,7 +452,7 @@ testjitspeed: $(JITTEST_PROG) $(TESTBS)
test-iomap-regression: exists.cs
$(MCS) $(srcdir)/exists.cs -out:exists.exe
- MONO_IOMAP=all $(JITTEST_PROG) exists.exe
+ MONO_IOMAP=all $(RUNTIME) exists.exe
stresstest: $(STRESS_TESTS)
@failed=0; \