Files
projectm/src/projectM-test
Mischa Spiegelmock 77a100790a use travis to select clang/gcc, upgrade xcode (#240)
* 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
2019-09-19 22:50:46 +03:00
..
2019-01-16 19:32:51 +00:00
2019-01-16 19:32:51 +00:00

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-unittest simply runs TestRunner::run() and returns 0 (success) or 1 (failure)

The other tests need to be updated to SDL2.