diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-03-28 16:30:18 +1100 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-03-28 16:30:38 +1100 |
| commit | bb75f6de8a74de97cb22ebc3bd7c33d0a561463f (patch) | |
| tree | 29d23cc40ece028afe9a6de9d571724f5f3ebb3a /tests/format/image/png | |
| parent | 0fc6e368cb93c098933633d358479a0b5a255549 (diff) | |
feat(png/tests): Create png open test
Diffstat (limited to 'tests/format/image/png')
| -rw-r--r-- | tests/format/image/png/png_open.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/format/image/png/png_open.c b/tests/format/image/png/png_open.c new file mode 100644 index 0000000..54ed6a3 --- /dev/null +++ b/tests/format/image/png/png_open.c @@ -0,0 +1,6 @@ +#include <tinyff/image/png.h>
+#include <bridges/stdio/stream.h>
+
+int main() {
+ ff_create_file_stream()
+}
\ No newline at end of file |
