#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.
|
| #define | ASSERT_NO_DEATH(statement) ASSERT_EXIT({{ statement } ::exit(EXIT_SUCCESS); }, ::testing::ExitedWithCode(0), "") |
| |
|
| | TEST (KokkosInitialize, NoArgsGiven) |
| |
| | TEST (KokkosInitialize, NoCommandLineArgsGiven) |
| |
| int | main (int argc, char **argv) |
| |
| #define ASSERT_NO_DEATH |
( |
|
statement | ) |
ASSERT_EXIT({{ statement } ::exit(EXIT_SUCCESS); }, ::testing::ExitedWithCode(0), "") |
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
| TEST |
( |
KokkosInitialize |
, |
|
|
NoArgsGiven |
|
|
) |
| |
| TEST |
( |
KokkosInitialize |
, |
|
|
NoCommandLineArgsGiven |
|
|
) |
| |