Added test project for vfs
- Added test case for: decode_fat_timestamp - Changed location of: decode_fat_timestamp
This commit is contained in:
8
src/xenia/vfs/testing/premake5.lua
Normal file
8
src/xenia/vfs/testing/premake5.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
project_root = "../../../.."
|
||||
include(project_root.."/tools/build")
|
||||
|
||||
test_suite("xenia-vfs-tests", project_root, ".", {
|
||||
links = {
|
||||
"xenia-vfs",
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user