]> git.draconx.ca Git - upkg.git/blobdiff - test/common.h
engine: Add a unit test for the PCX run-length encoder.
[upkg.git] / test / common.h
diff --git a/test/common.h b/test/common.h
new file mode 100644 (file)
index 0000000..907ee5a
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef TEST_COMMON_H_
+#define TEST_COMMON_H_
+
+size_t test_decode_hex(const char *hex, unsigned char *buf, size_t n);
+
+#endif