DeVaukz / SOIL

An OS X optimized libSOIL using the CMake build system.
23 stars 14 forks source link

Remove unnecessary tests for OSX #2

Closed TimelyToga closed 7 years ago

TimelyToga commented 7 years ago

Since this library is exclusively for OS X, these tests can't possibly be built on OSX because it requires the windows.h header which is Windows-exclusive.

DeVaukz commented 7 years ago

Ideally the tests would be modified to run on macOS. But I don't plan to dedicate any time to this project for the foreseeable future and the tests are currently worthless with respect to the scope of this fork.