CoolProp
6.6.0
An open-source fluid property and humid air property database
include
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
();
9
int
run_not_slow_tests
();
10
int
run_user_defined_tests
(
const
std::vector<std::string>& tests_or_tags);
11
12
#endif
Generated on Wed Nov 29 2023 14:26:23 for CoolProp by
1.9.1