[System] UriKind.RelativeOrAbsolute workaround.
[mono.git] / mcs / tools / monop / Makefile
1 thisdir = tools/monop
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 PROGRAM = monop.exe
6 LOCAL_MCS_FLAGS += -d:NO_AUTHENTICODE,STATIC,NO_SYMBOL_WRITER
7
8 CLEAN_FILES = monop.exe monop2.exe *.mdb
9
10 include ../../build/executable.make
11
12 run-test-local : basic-tests
13
14 basic-tests:
15         for type in System.Array System.String 'System.Collections.Generic.List`1'; do \
16         echo $$type; $(RUNTIME) $(build_lib) $$type >/dev/null || exit 1; done