makefile.gnu 579 B

12345678910111213141516171819202122
  1. topdir = ../../..
  2. LIBRARY = System.XML_linux_test.dll
  3. LIB_LIST = System.XML_linux_test.args
  4. LIB_FLAGS = \
  5. -r $(topdir)/class/lib/corlib.dll \
  6. -r $(topdir)/class/lib/System.Xml.dll \
  7. -r $(topdir)/class/lib/NUnitCore_mono.dll
  8. SOURCES_INCLUDE = *.cs
  9. SOURCES_EXCLUDE = ./TheTests.cs
  10. include $(topdir)/class/library.make
  11. MCS_FLAGS = --target library --noconfig
  12. TEST_SUITE_PREFIX = MonoTests.System.Xml.
  13. TEST_SUITE = AllTests
  14. test: $(LIBRARY)
  15. -MONO_PATH=$(MONO_PATH) mono $(topdir)/class/lib/NUnitConsole_mono.exe $(TEST_SUITE_PREFIX)$(TEST_SUITE),System.XML_linux_test.dll