Makefile 591 B

123456789101112131415161718192021
  1. thisdir = class/System.Net.Http/FunctionalTests
  2. SUBDIRS =
  3. include ../../../build/rules.make
  4. ASSEMBLY = System.Net.Http.FunctionalTests
  5. XTEST_LIB_REFS = System System.Core Facades/System.Threading.Tasks
  6. USE_XTEST_REMOTE_EXECUTOR = YES
  7. XTEST_LIB_FLAGS = /resource:../../System/Test/TestData/testservereku.contoso.com.pfx
  8. the_assembly = $(topdir)/class/lib/$(PROFILE_DIRECTORY)/System.Net.Http.dll
  9. include ../../../build/tests.make
  10. TEST_RUNTIME := MONO_URI_DOTNETRELATIVEORABSOLUTE=true $(TEST_RUNTIME)
  11. clean-local:
  12. -rm -f $(tests_CLEAN_FILES) $(CLEAN_FILES)
  13. dist-local: dist-default