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.c | |
| parent | cfe3bdba26ef24830acfe33e5ff424def9cb37b6 (diff) | |
| download | volute-555849edd9b7053e7197b88e150aa05479df0872.zip | |
failing pressure tests
Diffstat (limited to 'test.c')
| -rw-r--r-- | test.c | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -9,6 +9,17 @@ main(void) { test_as_deg_per_sec(); test_as_rpm(); + test_pascal(); + test_millibar(); + test_kilopascal(); + test_bar(); + test_psi(); + test_as_pascal(); + test_as_millibar(); + test_as_kilopascal(); + test_as_bar(); + test_as_psi(); + test_cubic_centimetre(); test_litre(); test_cubic_metre(); |