2017-02-26 19:29:50 +01:00
|
|
|
|
#include "tst_CsvWriter.h"
|
|
|
|
|
|
#include "tst_expected.h"
|
|
|
|
|
|
#include "tst_PasswordManager.h"
|
|
|
|
|
|
#include "tst_scopeguard.h"
|
|
|
|
|
|
#include "tst_SqlLexer.h"
|
2017-02-11 08:08:50 +01:00
|
|
|
|
|
|
|
|
|
|
#include <gtest/gtest.h>
|
|
|
|
|
|
|
|
|
|
|
|
int main(int argc, char *argv[])
|
|
|
|
|
|
{
|
|
|
|
|
|
::testing::InitGoogleTest(&argc, argv);
|
|
|
|
|
|
return RUN_ALL_TESTS();
|
|
|
|
|
|
}
|