diff options
author | Ingela Anderton Andin <[email protected]> | 2011-06-16 11:26:41 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2011-06-16 11:26:41 +0200 |
commit | 85d69b7881d8a213d723c675ea314689c43cbb8d (patch) | |
tree | be4c659d336958a52d72ae89e2e8501fd0dc22cc /lib/odbc/test/Makefile | |
parent | b60c05ff97b76082969f969dc8b19b61649d259b (diff) | |
parent | a70ee114820dd3922f3049e93981bc326af1863a (diff) | |
download | otp-85d69b7881d8a213d723c675ea314689c43cbb8d.tar.gz otp-85d69b7881d8a213d723c675ea314689c43cbb8d.tar.bz2 otp-85d69b7881d8a213d723c675ea314689c43cbb8d.zip |
Merge branch 'ia/odbc/mysql' into dev
* ia/odbc/mysql:
Test odbc with MySQL
Diffstat (limited to 'lib/odbc/test/Makefile')
-rw-r--r-- | lib/odbc/test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/odbc/test/Makefile b/lib/odbc/test/Makefile index ec2bcc67b5..bc6449242e 100644 --- a/lib/odbc/test/Makefile +++ b/lib/odbc/test/Makefile @@ -34,7 +34,8 @@ MODULES= \ odbc_test_lib \ oracle \ sqlserver \ - postgres + postgres \ + mysql EBIN = . |