Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2012-06-15 17:36:09 +0400
committerMarek Safar <marek.safar@gmail.com>2012-06-15 17:37:13 +0400
commit1fd51d3e034fdeeaae365d6712f2744b94fd7ea2 (patch)
tree4220fce264f747b2b8aa6e9d353378b5687e07e2 /mcs/class/System.Data
parentebcb2ca612f7e6ed91804a309f922530efd31dab (diff)
Add SqliteTest.db to dist
Diffstat (limited to 'mcs/class/System.Data')
-rw-r--r--mcs/class/System.Data/Makefile3
-rw-r--r--mcs/class/System.Data/SqliteTest.dbbin3072 -> 3072 bytes
2 files changed, 2 insertions, 1 deletions
diff --git a/mcs/class/System.Data/Makefile b/mcs/class/System.Data/Makefile
index 43b23380576..b015667e2a1 100644
--- a/mcs/class/System.Data/Makefile
+++ b/mcs/class/System.Data/Makefile
@@ -59,7 +59,8 @@ EXTRA_DISTFILES = \
Mono.Data.SqlExpressions/Parser.jay \
app_test_net_2_0.config \
app_test_net_4_5.config \
- Test/System.Data/binserialize/*.bin
+ Test/System.Data/binserialize/*.bin \
+ SqliteTest.db
BUILT_SOURCES = Mono.Data.SqlExpressions/Parser.cs
diff --git a/mcs/class/System.Data/SqliteTest.db b/mcs/class/System.Data/SqliteTest.db
index 5c9c614da23..1236a9d6332 100644
--- a/mcs/class/System.Data/SqliteTest.db
+++ b/mcs/class/System.Data/SqliteTest.db
Binary files differ