aboutsummaryrefslogtreecommitdiff
path: root/mssql/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-11-18 14:54:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-11-18 14:54:23 +0200
commit092cb7d916b8ebc83cacab849010acd04f56d38d (patch)
tree1b8bebfb050a2728b48641831f8586cc579867ed /mssql/makefile
parent64b27b86025d160e49bf617143d80671ccb1e0e4 (diff)
Add SQL Server stored procedure test
Diffstat (limited to 'mssql/makefile')
-rw-r--r--mssql/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mssql/makefile b/mssql/makefile
index 9337a8e..646e776 100644
--- a/mssql/makefile
+++ b/mssql/makefile
@@ -10,6 +10,7 @@ custom \
database \
native \
query \
+stored-proc \
types
$(default): $(addprefix $(out_base)/,$(addsuffix /,$(tests)))