* Tests inherits from Assertion and Assertion. prefix is removed
[mono.git] / mcs / class / System.Security / Test / makefile.gnu
1 topdir = ../../..
2
3 LIBRARY = security_linux_test.dll
4
5 LIB_LIST = security_linux_test.args
6 LIB_FLAGS =     \
7                 -r $(topdir)/class/lib/corlib.dll \
8                 -r $(topdir)/class/lib/System.Xml.dll \
9                 -r $(topdir)/class/lib/System.Security.dll \
10                 -r $(topdir)/class/lib/NUnit.Framework.dll
11
12 ifdef SUBDIR
13 USE_SOURCE_RULES=1
14 SOURCES_INCLUDE=./$(SUBDIR)/*.cs
15 SOURCES_EXCLUDE=_DUMMY_
16 endif
17
18 include $(topdir)/class/library.make
19
20 NUNITCONSOLE=$(topdir)/nunit20/nunit-console.exe
21 MONO_PATH = $(topdir)/nunit20:.
22
23 test: $(LIBRARY) run_test
24
25 .PHONY: run_test
26
27 run_test:
28         -MONO_PATH=$(MONO_PATH) mono --debug $(NUNITCONSOLE) $(LIBRARY)