diff options
author | Sree Harsha Totakura <sreeharsha@totakura.in> | 2015-04-10 17:45:15 +0200 |
---|---|---|
committer | Sree Harsha Totakura <sreeharsha@totakura.in> | 2015-04-29 10:40:02 +0200 |
commit | 7a12aea7af5185457300314bd24bc13846051234 (patch) | |
tree | f443612f962f3df02c5519917001a437fff859f8 | |
parent | 01554ef865db6536e189c53e9fbe7832a83d78cf (diff) |
mintdb: add postgres plugin testcase to regression tests
-rw-r--r-- | src/mintdb/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mintdb/Makefile.am b/src/mintdb/Makefile.am index 6b0aaa8cb..783b87b26 100644 --- a/src/mintdb/Makefile.am +++ b/src/mintdb/Makefile.am @@ -48,6 +48,9 @@ check_PROGRAMS = \ test-mintdb-keyio \ test-mintdb-postgres +TESTS = \ + test-mintdb-postgres + test_mintdb_deposits_SOURCES = \ test_mintdb_deposits.c test_mintdb_deposits_LDADD = \ |