summaryrefslogtreecommitdiff
path: root/src/fs/physfs/virtfsphys_unittest.cc
AgeCommit message (Collapse)AuthorFilesLines
2017-03-28Remove physfs support.Andrei Karas1-505/+0
2017-03-11Fix different issues found by automatic checks.Andrei Karas1-1/+0
2017-03-09Simplify add/remove dirs and zips methods in virtfs.Andrei Karas1-62/+62
2017-03-04Remove extra include from virtfsphys_unittest.ccAndrei Karas1-1/+0
2017-03-04Reimplement VirtFs in correct way. Now all tests should pass.Andrei Karas1-34/+0
2017-03-02Add another zip archive for future tests.Andrei Karas1-4/+4
2017-03-02Add ifdefs for prevent compilation by any scripts virtfs/physfs files if ↵Andrei Karas1-0/+2
should be disabled.
2017-03-01Fix compilation without physfs.Andrei Karas1-0/+539
Also split fs related files to virtfs and physfs.