Fix to UriTemplate.Match to properly handle query parameters without a value. No...
[mono.git] / mcs / class / Mono.Security / Test / tools / sockethell / Makefile
1 thisdir = class/Mono.Security/Test/tools/sockethell
2 SUBDIRS = 
3 include ../../../../../build/rules.make
4
5 LOCAL_MCS_FLAGS = -r:System.dll -r:Mono.Security.dll -r:../../../../lib/net_1_1/nunit.framework.dll
6
7 all-local install-local uninstall-local:
8
9 test-local:
10
11 run-test-local: SocketHell.dll
12         mono ../../../../lib/net_1_1/nunit-console.exe SocketHell.dll
13
14 clean-local:
15         rm -f *.dll *.mdb *.pdb TestResult.xml
16
17 sources = SocketHell.cs
18
19 DISTFILES = $(sources)
20
21 dist-local: dist-default
22
23 all: SocketHell.dll
24
25 SocketHell.dll: SocketHell.cs
26         $(CSCOMPILE) -target:library -out:$@ $^