diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-02-28 18:25:59 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-02-28 18:25:59 -0500 |
| commit | 5af0508c969105060871a8be0c9885c8c331fa98 (patch) | |
| tree | 56a42a103d047e82d5add46a247d59dba354ffb3 /test_volume_flow_rate.c | |
| parent | ac9ed5d8a5af3cad2f8c70f0bc217ccf97198e5c (diff) | |
| download | volute-5af0508c969105060871a8be0c9885c8c331fa98.zip | |
failing volume flow rate tests
Diffstat (limited to 'test_volume_flow_rate.c')
| -rw-r--r-- | test_volume_flow_rate.c | 32 |
1 files changed, 32 insertions, 0 deletions
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); +} |