Add the infrastructure required to easily add unit tests and test it with a very simple test file.

This commit is contained in:
Pierre Bourdon
2014-03-02 04:44:56 +01:00
parent 747021e0c8
commit d4ed4adace
5 changed files with 41 additions and 1 deletions

View File

@ -52,6 +52,9 @@ if (DSPTOOL)
add_subdirectory(DSPTool)
endif()
if (GTEST_FOUND)
add_subdirectory(UnitTests)
endif()