Added test project for vfs

- Added test case for: decode_fat_timestamp
- Changed location of: decode_fat_timestamp
This commit is contained in:
Gliniak
2023-08-01 21:04:20 +02:00
parent ce9a82ccf8
commit d9e1c5024f
5 changed files with 63 additions and 24 deletions

View File

@@ -0,0 +1,8 @@
project_root = "../../../.."
include(project_root.."/tools/build")
test_suite("xenia-vfs-tests", project_root, ".", {
links = {
"xenia-vfs",
},
})