From 5af0508c969105060871a8be0c9885c8c331fa98 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 28 Feb 2025 18:25:59 -0500 Subject: failing volume flow rate tests --- test_volume_flow_rate.c | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 test_volume_flow_rate.c (limited to 'test_volume_flow_rate.c') diff --git a/test_volume_flow_rate.c b/test_volume_flow_rate.c new file mode 100644 index 0000000..148d58f --- /dev/null +++ b/test_volume_flow_rate.c @@ -0,0 +1,32 @@ +#include "test.h" +#include "unit.h" + +void +test_cubic_metre_per_sec(void) { + assert(0); +} + +void +test_cubic_metre_per_min(void) { + assert(0); +} + +void +test_cubic_foot_per_min(void) { + assert(0); +} + +void +test_as_cubic_metre_per_sec(void) { + assert(0); +} + +void +test_as_cubic_metre_per_min(void) { + assert(0); +} + +void +test_as_cubic_foot_per_min(void) { + assert(0); +} -- cgit v1.2.3