aboutsummaryrefslogtreecommitdiffstats
path: root/test_mass_flow_rate.c
blob: fb316dd3bf9873c508a8fa30b40635a143c5dfc1 (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
#include <assert.h>
#include <stdio.h>

#include "test.h"
#include "unit.h"

void
test_kilo_per_sec(void) {
	assert(0);
}

void
test_pound_per_min(void) {
	assert(0);
}

void
test_as_kilo_per_sec(void) {
	assert(0);
}

void
test_as_pound_per_min(void) {
	assert(0);
}