mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-22 18:55:42 +00:00
* use travis to select clang/gcc, upgrade xcode * where does this go * where does this go * - libc++-dev * bleh * config * test * enable SDL for all travis builds (because -test depends on it) * libsdl2 dep * - libc++-dev dep
These tests are currently built only if ./configure --enable-sdl is run. The one working
test doesn't actually require SDL, but the others are GUI.
projectM-unittestsimply runs TestRunner::run() and returns 0 (success) or 1 (failure)
The other tests need to be updated to SDL2.