aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2023-02-07 05:29:08 +0000
committerGravatar Peter McGoron 2023-02-07 05:29:08 +0000
commitc5cff40bbf92290b6e9ef27ae3d111f5fad823a8 (patch)
tree164ee47f54012c1068dd1e272f83abf4cd683712
parentopenmp parallelized encoding testing (diff)
test_encode_decode: add messages
-rw-r--r--test_encode_decode.c3
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;
}