iCub-main
Loading...
Searching...
No Matches
icub-main
src
unittest
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
12
int
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
}
main
int main()
Definition
main.cpp:67
Generated on Wed Dec 18 2024 16:34:49 for iCub-main by
1.9.8