diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-02-28 17:21:25 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-02-28 17:21:25 -0500 |
| commit | 555849edd9b7053e7197b88e150aa05479df0872 (patch) | |
| tree | a4b60a4d6842d35ba869ac8586d9d1b769d1784d /test.h | |
| parent | cfe3bdba26ef24830acfe33e5ff424def9cb37b6 (diff) | |
| download | volute-555849edd9b7053e7197b88e150aa05479df0872.zip | |
failing pressure tests
Diffstat (limited to 'test.h')
| -rw-r--r-- | test.h | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -15,6 +15,17 @@ void test_as_rad_per_sec(void); void test_as_deg_per_sec(void); void test_as_rpm(void); +void test_pascal(void); +void test_millibar(void); +void test_kilopascal(void); +void test_bar(void); +void test_psi(void); +void test_as_pascal(void); +void test_as_millibar(void); +void test_as_kilopascal(void); +void test_as_bar(void); +void test_as_psi(void); + void test_cubic_centimetre(void); void test_litre(void); void test_cubic_metre(void); |