tests
unittests.cpp
Go to the documentation of this file.
1
//=============================================================================
2
// Copyright (C) 2021-2024 Wageningen University - All Rights Reserved
3
// Author: Gonzalo Mier
4
// BSD-3 License
5
//=============================================================================
6
7
#include <gtest/gtest.h>
8
9
int
main
(
int
argc,
char
**argv) {
10
::testing::InitGoogleTest(&argc, argv);
11
return
RUN_ALL_TESTS();
12
}
main
int main(int argc, char **argv)
Definition:
unittests.cpp:9
fields2cover
Author(s):
autogenerated on Fri Apr 25 2025 02:18:31