benthevining / lfilesystem

C++ filesystem library, built on top of std::filesystem

Home Page:https://benthevining.github.io/lfilesystem/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing on iOS

benthevining opened this issue · comments

We can't build regular command-line executables on iOS. It looks like the only way to run tests for iOS is to use XCTest. CMake does provide a module for it...