iCub-main
Loading...
Searching...
No Matches
gtest_main.cc
Go to the documentation of this file.
1
2/*
3 * Copyright (C) 2022 Istituto Italiano di Tecnologia (IIT)
4 * All rights reserved.
5 * Author: Luca Tricerri
6 * This software may be modified and distributed under the terms of the
7 * BSD-3-Clause license. See the accompanying LICENSE file for details.
8 */
9
10#include "gtest/gtest.h"
11
12int main(int argc, char **argv)
13{
14 ::testing::InitGoogleTest(&argc, argv);
15
16 //::testing::GTEST_FLAG(filter) = "MultiplembObjMultipleFTsensor.update_negative_001";
17
18 return RUN_ALL_TESTS();
19}
int main()
Definition main.cpp:67