Add (optional) unit test infrastructure
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 2 Sep 2011 09:40:41 +0000 (11:40 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 2 Sep 2011 09:40:41 +0000 (11:40 +0200)
commita87a0712f7166d3418a7b522b44ffbce97a93d50
tree2b2d880926bfe4f40c9bc801f74eb76d3dfd526b
parenta4eac20496c663784e2a655712ec6459dac244dc
Add (optional) unit test infrastructure

Requires unit test framework from boost
so we can test the C and C++ code.

Also has automatic test registration
and the ability to run tests individually.
CMakeLists.txt
test/CMakeLists.txt [new file with mode: 0644]
test/basic.cpp [new file with mode: 0644]
test/baudrate.cpp [new file with mode: 0644]