1. 10 Jul, 2012 17 commits
  2. 09 Jul, 2012 8 commits
  3. 06 Jul, 2012 5 commits
  4. 05 Jul, 2012 9 commits
  5. 04 Jul, 2012 1 commit
    • Matthias Vallentin's avatar
      Support for 'make test'. · 3a1ef36e
      Matthias Vallentin authored
      This commit harnesses CMake's unit test infrastructure which redirects the
      output of the unit test executable to `/dev/null`. If this is not desired, one
      could instead manually add a 'test' Makefile target as follows:
      
          add_custom_target(test ${EXECUTABLE_OUTPUT_PATH}/unit_tests)
          add_dependencies(test unit_tests)
      3a1ef36e