aboutsummaryrefslogtreecommitdiffstats
path: root/test_volume_flow_rate.c
blob: 148d58f2e7d0e2eae3e906502e068f0c3d2e0395 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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);
}