diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-03-02 12:18:34 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-03-02 12:18:34 -0500 |
| commit | cd73fd40ffc04a65abe0260fe82949d7c354e282 (patch) | |
| tree | 5162949c3f3e65508072eacb52f3b1c562958607 /test.h | |
| parent | 5e379b1cf70006dbe782df991a655c475630a146 (diff) | |
| download | volute-cd73fd40ffc04a65abe0260fe82949d7c354e282.zip | |
add inHG pressure unit
Diffstat (limited to 'test.h')
| -rw-r--r-- | test.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,11 +23,13 @@ void test_millibar(void); void test_kilopascal(void); void test_bar(void); void test_psi(void); +void test_inch_mercury(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_as_inch_mercury(void); void test_kelvin(void); void test_celsius(void); |