~ruther/qmk_firmware

4fd5ac83 — Jack Humbert 9 years ago
Merge pull request #690 from fredizzimo/unit_test

Add Unit Testing support
922c4ea3 — Fred Sundvik 9 years ago
Add unit test documentation
ca514573 — Fred Sundvik 9 years ago
Another attempt to make keyboards and tests in parallel
fd93a9bb — Fred Sundvik 9 years ago
Make tests and keyboards in two different jobs
03b1d142 — Fred Sundvik 9 years ago
Add -p parameter to mkdir

So that it's created even when there's a deeper structure
6b92b628 — Fred Sundvik 9 years ago
Travis builds the default all target
6410f0c0 — Fred Sundvik 9 years ago
The all target makes all keyboards and all tests
1b963117 — Fred Sundvik 9 years ago
Support for running and cleaning all tests
42baa6cf — Fred Sundvik 9 years ago
Disable map file creation when building tests

It causes strange linker warnings on cygwin.
7eefb34e — Fred Sundvik 9 years ago
Detect failures when running multiple tests

Also add better output.
ffb0a126 — Fred Sundvik 9 years ago
Convert tirple_buffered_object_tests to GTest
bcdf9ab7 — Fred Sundvik 9 years ago
Convert transport_tests to GTest
b3eba797 — Fred Sundvik 9 years ago
Convert frame_validator_tests to GTest
cdd0913b — Fred Sundvik 9 years ago
Convert frame_router_tests to GTest
c692fd1d — Fred Sundvik 9 years ago
More common settings for unit tests and keyboards
fc855cb3 — Fred Sundvik 9 years ago
Fix running multiple tests
f4429ba4 — Fred Sundvik 9 years ago
Running of unit tests

But only if the compilation has succeeded
0a114601 — Fred Sundvik 9 years ago
Build actual tests, convert byte_stuffer_tests
8a9aac6e — Fred Sundvik 9 years ago
Rules for compiling and linking google test
27a673f5 — Fred Sundvik 9 years ago
The makefile actually calls build_test
Next