| 123456789101112131415161718192021222324252627 |
- topdir = ../../..
- LIBRARY = System.XML_linux_test.dll
- LIB_LIST = System.XML_linux_test.args
- LIB_FLAGS = \
- -r $(topdir)/class/lib/corlib.dll \
- -r $(topdir)/class/lib/System.Xml.dll \
- -r $(topdir)/nunit20/NUnit.Framework.dll
- ifdef SUBDIR
- USE_SOURCE_RULES=1
- SOURCES_INCLUDE=./$(SUBDIR)/*.cs
- SOURCES_EXCLUDE=./TheTests.cs
- endif
- include $(topdir)/class/library.make
- NUNITCONSOLE=$(topdir)/nunit20/nunit-console.exe
- MONO_PATH = $(topdir)/nunit20:.
- test: $(LIBRARY) run_test
- .PHONY: run_test
- run_test:
- -MONO_PATH=$(MONO_PATH) mono --debug $(NUNITCONSOLE) $(LIBRARY)
|