A new function add_junit_test() has been added to execute JUnit
tests in CMake. The function is used to execute the unit tests in
the common package.
Ticket #36
Note: The test report will be handled in a separate patch. JUnit doesn't
have a built-in report generator, so we might have to write a custom
code to generate this kind of report:
http://stackoverflow.com/questions/4922867/junit-xml-format-specification...
--
Endi S. Dewata