summaryrefslogtreecommitdiff
path: root/tests/unit/utils/test_utils.cpp
blob: 39266a32ba01bac8cf2e445bec81b9c10b400dcc (plain)
1
2
3
4
5
6
7
8
9
#include <gtest/gtest.h>
#include <gmock/gmock.h>

int main(int argc, char **argv)
{
    setenv("LANG", "C", 1);
    ::testing::InitGoogleTest(&argc, argv);
    return RUN_ALL_TESTS();
}