(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / tools / SqlSharp / Makefile
blob1505a9a0eb414274e946a4f682411463bc72d7e7
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
7 EXTRA_DISTFILES = README
9 include ../../build/executable.make
11 # Disable test for now
12 #run-test-local: run-sqlsharp-test
14 run-sqlsharp-test: $(PROGRAM)
15 $(TEST_RUNTIME) $(PROGRAM) -A $(PROGRAM) $(ARGS)
17 run: $(PROGRAM)
18 $(RUNTIME) $(PROGRAM) $(ARGS)