diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-03-01 20:30:23 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-03-01 20:30:23 -0500 |
| commit | f03653774e4529404546f474064c5bf679fa7176 (patch) | |
| tree | b881365d1b43d9a16fae1530bef98acab52d55bb /test_engine.c | |
| parent | f7970f9b769369220ed3c607a27081b8ea93e409 (diff) | |
| download | volute-f03653774e4529404546f474064c5bf679fa7176.zip | |
add compressor outlet temperature output
Diffstat (limited to 'test_engine.c')
| -rw-r--r-- | test_engine.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test_engine.c b/test_engine.c new file mode 100644 index 0000000..12f0c21 --- /dev/null +++ b/test_engine.c @@ -0,0 +1,8 @@ +#include <assert.h> +#include <stdio.h> + +#include "test.h" +#include "unit.h" +#include "engine.h" + +/* TODO */ |