CoolProp  6.6.0
An open-source fluid property and humid air property database
Tests.h
Go to the documentation of this file.
1 #ifndef TESTS_H
2 #define TESTS_H
3 
4 #include <vector>
5 #include <string>
6 
7 void run_tests();
8 int run_fast_tests();
10 int run_user_defined_tests(const std::vector<std::string>& tests_or_tags);
11 
12 #endif