2019-04-12 14:10:50 +00:00
|
|
|
thisdir = class/System.Net.Http/FunctionalTests
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../../build/rules.make
|
|
|
|
|
|
|
|
ASSEMBLY = System.Net.Http.FunctionalTests
|
|
|
|
|
|
|
|
XTEST_LIB_REFS = System System.Core Facades/System.Threading.Tasks
|
|
|
|
USE_XTEST_REMOTE_EXECUTOR = YES
|
|
|
|
|
2019-07-26 19:53:28 +00:00
|
|
|
XTEST_LIB_FLAGS = /resource:../../System/Test/TestData/testservereku.contoso.com.pfx
|
2019-04-12 14:10:50 +00:00
|
|
|
|
|
|
|
the_assembly = $(topdir)/class/lib/$(PROFILE_DIRECTORY)/System.Net.Http.dll
|
|
|
|
|
|
|
|
include ../../../build/tests.make
|
|
|
|
|
|
|
|
TEST_RUNTIME := MONO_URI_DOTNETRELATIVEORABSOLUTE=true $(TEST_RUNTIME)
|
|
|
|
|
|
|
|
clean-local:
|
|
|
|
-rm -f $(tests_CLEAN_FILES) $(CLEAN_FILES)
|
|
|
|
|
|
|
|
dist-local: dist-default
|