aboutsummaryrefslogtreecommitdiffstats
path: root/test.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-03-02 12:18:34 -0500
committerSam Anthony <sam@samanthony.xyz>2025-03-02 12:18:34 -0500
commitcd73fd40ffc04a65abe0260fe82949d7c354e282 (patch)
tree5162949c3f3e65508072eacb52f3b1c562958607 /test.h
parent5e379b1cf70006dbe782df991a655c475630a146 (diff)
downloadvolute-cd73fd40ffc04a65abe0260fe82949d7c354e282.zip
add inHG pressure unit
Diffstat (limited to 'test.h')
-rw-r--r--test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test.h b/test.h
index 4f14ef8..86d59c0 100644
--- a/test.h
+++ b/test.h
@@ -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);