Skip to content

Commit

Permalink
Fix a test run issue for 1.1
Browse files Browse the repository at this point in the history
svn path=/branches/mono-2-2/mcs/; revision=120860
  • Loading branch information
grendello committed Dec 5, 2008
1 parent ee79b6f commit 296607e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mcs/class/System.Web/Makefile
Expand Up @@ -194,7 +194,10 @@ echo-warning:
endif
endif

TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -r:System.Web.Extensions.dll -doc:$(test_lib:.dll=.xml) -nowarn:219,169,1591 $(NUNIT_RESOURCE_FILES:%=/resource:%)
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -doc:$(test_lib:.dll=.xml) -nowarn:219,169,1591 $(NUNIT_RESOURCE_FILES:%=/resource:%)
ifeq (net_2_0, $(PROFILE))
TEST_MCS_FLAGS += -r:System.Web.Extensions.dll
endif

EXTRA_DISTFILES = $(RESOURCE_FILES_2) $(RESOURCE_FILES_1) $(TEST_RESOURCE_FILES) UplevelHelperDefinitions.xml $(RESX_DIST) \
SQLiteProviders_DatabaseSchema.sql
Expand Down

0 comments on commit 296607e

Please sign in to comment.