Add an extremely simple test which checks the size of the volume doesn't

change. This will hopefully also be tracked by the dashboard.
This commit is contained in:
Matt Williams
2010-02-24 16:32:36 +00:00
parent 9c697cae35
commit b3e6e54c1b
3 changed files with 67 additions and 1 deletions

View File

@ -26,4 +26,5 @@ INCLUDE(Packaging.cmake)
ENABLE_TESTING()
INCLUDE(CTest)
SET (CTEST_START_WITH_EMPTY_BINARY_DIRECTORY TRUE)
ADD_SUBDIRECTORY(tests)