Compadre  1.6.0
Macros | Functions
Compadre_UnitTests.cpp File Reference
#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)   ASSERT_EXIT({{ statement } ::exit(EXIT_SUCCESS); }, ::testing::ExitedWithCode(0), "")
 

Functions

 TEST (KokkosInitialize, NoArgsGiven)
 
 TEST (KokkosInitialize, NoCommandLineArgsGiven)
 
int main (int argc, char **argv)
 

Macro Definition Documentation

◆ ASSERT_NO_DEATH

#define ASSERT_NO_DEATH (   statement)    ASSERT_EXIT({{ statement } ::exit(EXIT_SUCCESS); }, ::testing::ExitedWithCode(0), "")

Definition at line 20 of file Compadre_UnitTests.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)
Examples
GMLS Tutorial, and Manifold GMLS Tutorial.

Definition at line 43 of file Compadre_UnitTests.cpp.

◆ TEST() [1/2]

TEST ( KokkosInitialize  ,
NoArgsGiven   
)

Definition at line 26 of file Compadre_UnitTests.cpp.

◆ TEST() [2/2]

TEST ( KokkosInitialize  ,
NoCommandLineArgsGiven   
)

Definition at line 33 of file Compadre_UnitTests.cpp.