From 57d9d3595c49812036e4e0f5855d467081ec651b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Sun, 3 Apr 2016 02:56:29 +0200 Subject: [PATCH] [acceptance-tests] Fix test-runner.exe compilation after 136dd0 --- acceptance-tests/coreclr.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acceptance-tests/coreclr.mk b/acceptance-tests/coreclr.mk index 2271e371f69..8f75b05470f 100644 --- a/acceptance-tests/coreclr.mk +++ b/acceptance-tests/coreclr.mk @@ -5152,7 +5152,7 @@ $(CORECLR_PATH)%.exe: $(CORECLR_PATH)%.cs coreclr-testlibrary.dll $(MCS) -unsafe -debug -nowarn:0162 -nowarn:0168 -nowarn:0219 -nowarn:0414 -nowarn:0618 -nowarn:0169 -nowarn:1690 -nowarn:0649 -nowarn:0612 -nowarn:3021 -nowarn:0197 -r:coreclr-testlibrary.dll -d:MONO -out:$@ $< test-runner.exe: $(top_srcdir)/mono/tests/test-runner.cs - $(MCS) -debug -out:$@ $< + $(MCS) -debug -r:Mono.Posix.dll -out:$@ $< GCStressTests.exe: $(CORECLR_STRESSTEST_RUNNER_CS_SRC) $(MCS) -out:$@ -debug -d:PROJECTK_BUILD $(CORECLR_STRESSTEST_RUNNER_CS_SRC) -- 2.25.1