CoolProp 6.8.1dev
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
7void run_tests();
10int run_user_defined_tests(const std::vector<std::string>& tests_or_tags);
11
12#endif