Added more tests

This commit is contained in:
2026-03-11 19:48:37 -05:00
parent 4b7db0d0c4
commit d2884423a3
5 changed files with 173 additions and 1 deletions

6
test/encoder_test.hpp Normal file
View File

@@ -0,0 +1,6 @@
#ifndef ENCODER_TEST_H
#define ENCODER_TEST_H
void encoder_test();
#endif