CoolProp  6.6.0
An open-source fluid property and humid air property database
Functions
Tests.h File Reference
#include <vector>
#include <string>

Go to the source code of this file.

Functions

void run_tests ()
 
int run_fast_tests ()
 
int run_not_slow_tests ()
 
int run_user_defined_tests (const std::vector< std::string > &tests_or_tags)
 

Function Documentation

◆ run_fast_tests()

int run_fast_tests ( )

This file includes some testing functions that will get built into the program. Otherwise CTest can be used by removing this file from the build to avoid double declaration of the main function and Catch clashing

Definition at line 17 of file Tests.cpp.

◆ run_not_slow_tests()

int run_not_slow_tests ( )

Definition at line 29 of file Tests.cpp.

◆ run_tests()

void run_tests ( )

Definition at line 69 of file Tests.cpp.

◆ run_user_defined_tests()

int run_user_defined_tests ( const std::vector< std::string > &  tests_or_tags)

Definition at line 48 of file Tests.cpp.