Makefile 457 B

123456789101112131415161718
  1. thisdir = class/System.Net.Http/UnitTests
  2. SUBDIRS =
  3. include ../../../build/rules.make
  4. ASSEMBLY = System.Net.Http.UnitTests
  5. XTEST_LIB_REFS = System System.Core Facades/System.Threading.Tasks
  6. USE_XTEST_REMOTE_EXECUTOR = YES
  7. XTEST_MCS_FLAGS = -nowarn:436
  8. include ../../../build/tests.make
  9. xtest_flags = $(xunit_libs_ref) $(XTEST_MCS_FLAGS) $(XTEST_LIB_MCS_FLAGS) /unsafe
  10. clean-local:
  11. -rm -f $(tests_CLEAN_FILES) $(CLEAN_FILES)
  12. dist-local: dist-default