* Makefile (centum_tests): Add Mono.Security and
[mono-project.git] / mcs / tools / sqlsharp / Makefile
blob2865bb78eb2b3f29838837d0cb3c3142442580cd
1 thisdir = tools/SqlSharp
2 SUBDIRS =
3 include ../../build/rules.make
5 LOCAL_MCS_FLAGS = /r:System.dll /r:System.Xml.dll /r:System.Data.dll
6 PROGRAM = sqlsharp.exe
8 EXTRA_DISTFILES = README
10 include ../../build/executable.make
12 # Disable test for now
13 #run-test-local: run-sqlsharp-test
15 run-sqlsharp-test: $(PROGRAM)
16 $(TEST_RUNTIME) $(PROGRAM) -A $(PROGRAM) $(ARGS)
18 run: $(PROGRAM)
19 $(RUNTIME) $(RUNTIME_FLAGS) $(PROGRAM) $(ARGS)