diff options
| author | 2023-02-07 05:29:08 +0000 | |
|---|---|---|
| committer | 2023-02-07 05:29:08 +0000 | |
| commit | c5cff40bbf92290b6e9ef27ae3d111f5fad823a8 (patch) | |
| tree | 164ee47f54012c1068dd1e272f83abf4cd683712 | |
| parent | openmp parallelized encoding testing (diff) | |
test_encode_decode: add messages
| -rw-r--r-- | test_encode_decode.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test_encode_decode.c b/test_encode_decode.c index 0b24e67..3b117cf 100644 --- a/test_encode_decode.c +++ b/test_encode_decode.c @@ -175,6 +175,9 @@ static void test_encode(void) { } int main(void) { + printf("test encode\n"); test_encode(); + + printf("finished\n"); return 0; } |
