From 555849edd9b7053e7197b88e150aa05479df0872 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 28 Feb 2025 17:21:25 -0500 Subject: failing pressure tests --- test_pressure.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 test_pressure.c (limited to 'test_pressure.c') diff --git a/test_pressure.c b/test_pressure.c new file mode 100644 index 0000000..a64bac9 --- /dev/null +++ b/test_pressure.c @@ -0,0 +1,54 @@ +#include +#include + +#include "test.h" + +void +test_pascal(void) { + assert(0); +} + +void +test_millibar(void) { + assert(0); +} + +void +test_kilopascal(void) { + assert(0); +} + +void +test_bar(void) { + assert(0); +} + +void +test_psi(void) { + assert(0); +} + +void +test_as_pascal(void) { + assert(0); +} + +void +test_as_millibar(void) { + assert(0); +} + +void +test_as_kilopascal(void) { + assert(0); +} + +void +test_as_bar(void) { + assert(0); +} + +void +test_as_psi(void) { + +} -- cgit v1.2.3