Now we can generate a fairly basic FS.

Added some test material
This commit is contained in:
Godzil
2022-05-26 12:02:47 +01:00
parent d9b7996c8e
commit 8fd7ab33fc
11 changed files with 296 additions and 40 deletions

1
test/hello.txt Normal file
View File

@@ -0,0 +1 @@
Hello World!

11
test/test_image.json Normal file
View File

@@ -0,0 +1,11 @@
{
"files":
[
{
"name": "HELLO",
"ext": "TXT",
"file": "hello.txt"
}
],
"output": "test.mffs"
}