aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
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.c
parent5e379b1cf70006dbe782df991a655c475630a146 (diff)
downloadvolute-cd73fd40ffc04a65abe0260fe82949d7c354e282.zip
add inHG pressure unit
Diffstat (limited to 'test.c')
-rw-r--r--test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test.c b/test.c
index 72952f5..117f112 100644
--- a/test.c
+++ b/test.c
@@ -17,11 +17,13 @@ main(void) {
test_kilopascal();
test_bar();
test_psi();
+ test_inch_mercury();
test_as_pascal();
test_as_millibar();
test_as_kilopascal();
test_as_bar();
test_as_psi();
+ test_as_inch_mercury();
test_kelvin();
test_celsius();