summaryrefslogtreecommitdiff
path: root/src/fs/physfs/virtfsphys_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/physfs/virtfsphys_unittest.cc')
-rw-r--r--src/fs/physfs/virtfsphys_unittest.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/physfs/virtfsphys_unittest.cc b/src/fs/physfs/virtfsphys_unittest.cc
index 8e81cfe2b..7eeb01143 100644
--- a/src/fs/physfs/virtfsphys_unittest.cc
+++ b/src/fs/physfs/virtfsphys_unittest.cc
@@ -18,6 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifdef USE_PHYSFS
#include "catch.hpp"
#include "fs/paths.h"
@@ -537,3 +538,4 @@ TEST_CASE("VirtFsPhys read")
VirtFsPhys::removeDirFromSearchPath("../data");
delete2(logger);
}
+#endif // USE_PHYSFS