From cd73fd40ffc04a65abe0260fe82949d7c354e282 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sun, 2 Mar 2025 12:18:34 -0500 Subject: add inHG pressure unit --- test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test.c') 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(); -- cgit v1.2.3