ef583813eb
Former-commit-id: 943baa9f16a098c33e129777827f3a9d20da00d6
22 lines
591 B
Makefile
22 lines
591 B
Makefile
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
|
|
|
|
XTEST_LIB_FLAGS = /resource:../../System/Test/TestData/testservereku.contoso.com.pfx
|
|
|
|
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
|