diff options
author | Ingela Anderton Andin <[email protected]> | 2011-06-16 11:50:31 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2011-06-16 11:50:31 +0200 |
commit | 1ef158b055f72288fe9d8a196d874b1310cbf342 (patch) | |
tree | c964857ac8187ab0a01ad39626f722f44868e765 /lib/odbc/test/Makefile | |
parent | 479833a852a79ada3a6badb2c3feb3bb9cee19b8 (diff) | |
parent | a70ee114820dd3922f3049e93981bc326af1863a (diff) | |
download | otp-1ef158b055f72288fe9d8a196d874b1310cbf342.tar.gz otp-1ef158b055f72288fe9d8a196d874b1310cbf342.tar.bz2 otp-1ef158b055f72288fe9d8a196d874b1310cbf342.zip |
Merge branch 'ia/odbc/mysql' into major
* 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 = . |