comparison tests/libserver/dao-account/main.cpp @ 42:a47a4477f347

Misc: new style, closes #578
author David Demelier <markand@malikania.fr>
date Tue, 29 Nov 2016 21:21:36 +0100
parents 56ab2f0c90dc
children fabbe1759cec
comparison
equal deleted inserted replaced
41:3645200f46bf 42:a47a4477f347
21 #include <gtest/gtest.h> 21 #include <gtest/gtest.h>
22 22
23 #include <sysconfig-tests.h> 23 #include <sysconfig-tests.h>
24 24
25 #include <malikania/account.hpp> 25 #include <malikania/account.hpp>
26 #include <malikania/dao-account.hpp> 26 #include <malikania/account_dao.hpp>
27 #include <malikania/database.hpp> 27 #include <malikania/database.hpp>
28 28
29 using namespace malikania; 29 namespace mlk = malikania;
30 30
31 #include "test-sqlite.hpp" 31 #include "test-sqlite.hpp"
32 32
33 int main(int argc, char **argv) 33 int main(int argc, char **argv)
34 { 34 {