CoolProp  4.2.5
An open-source fluid property and humid air property database
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Tests.h
Go to the documentation of this file.
1 #ifndef TESTS_H
2 #define TESTS_H
3 
4 void run_tests();
5 int run_fast_tests();
7 int run_user_defined_tests(const std::vector<std::string> & tests_or_tags);
8 
9 #endif
int run_not_slow_tests()
Definition: Tests.cpp:142
void run_tests()
Definition: Tests.cpp:177
int run_fast_tests()
Definition: Tests.cpp:133
int run_user_defined_tests(const std::vector< std::string > &tests_or_tags)
Definition: Tests.cpp:158