|
Compadre 1.5.5
|
#include <gtest/gtest.h>#include <Compadre_KokkosParser.hpp>#include "unittests/test_XYZ.hpp"#include "unittests/test_NeighborLists.hpp"#include "unittests/test_PointCloudSearch.hpp"#include "unittests/test_LinearAlgebra.hpp"#include "unittests/test_Targets.hpp"Go to the source code of this file.
Macros | |
| #define | ASSERT_NO_DEATH(statement) |
Functions | |
| TEST (KokkosInitialize, NoArgsGiven) | |
| TEST (KokkosInitialize, NoCommandLineArgsGiven) | |
| int | main (int argc, char **argv) |
| #define ASSERT_NO_DEATH | ( | statement | ) |
Definition at line 12 of file Compadre_UnitTests.cpp.
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 35 of file Compadre_UnitTests.cpp.
| TEST | ( | KokkosInitialize | , |
| NoArgsGiven | ) |
Definition at line 18 of file Compadre_UnitTests.cpp.
| TEST | ( | KokkosInitialize | , |
| NoCommandLineArgsGiven | ) |
Definition at line 25 of file Compadre_UnitTests.cpp.