2019-04-12 14:10:50 +00:00
|
|
|
thisdir = class/System.Net.Http/UnitTests
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../../build/rules.make
|
|
|
|
|
2019-12-19 08:39:53 +00:00
|
|
|
LIBRARY = System.Net.Http.UnitTests.dll
|
|
|
|
NO_BUILD = yes
|
|
|
|
NO_INSTALL = yes
|
2019-04-12 14:10:50 +00:00
|
|
|
|
|
|
|
XTEST_LIB_REFS = System System.Core Facades/System.Threading.Tasks
|
|
|
|
USE_XTEST_REMOTE_EXECUTOR = YES
|
|
|
|
XTEST_MCS_FLAGS = -nowarn:436
|
|
|
|
|
2019-12-19 08:39:53 +00:00
|
|
|
include ../../../build/library.make
|
2019-04-12 14:10:50 +00:00
|
|
|
|
|
|
|
clean-local:
|
|
|
|
-rm -f $(tests_CLEAN_FILES) $(CLEAN_FILES)
|
|
|
|
|
|
|
|
dist-local: dist-default
|