diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-17 16:49:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-20 15:45:45 +0200 |
commit | 04201d013c2a43d27987122e0118236d74154d77 (patch) | |
tree | f806841bec2378ca955a7bea2ca45a978ed39edb /build/mssql/configure | |
parent | 16a4099d36ca1cdc33cf6e2b99edce796595341f (diff) |
Add initial support for SQL Server test infrastructure
Diffstat (limited to 'build/mssql/configure')
-rwxr-xr-x | build/mssql/configure | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/build/mssql/configure b/build/mssql/configure new file mode 100755 index 0000000..c7d1b1b --- /dev/null +++ b/build/mssql/configure @@ -0,0 +1,12 @@ +#! /usr/bin/env bash + +# file : build/mssql/configure +# author : Boris Kolpackov <boris@codesynthesis.com> +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +# +# dcf_root - dynamic configuration root +# + +#@@ TODO |