Add a GUI unit test.

This commit is contained in:
Felix Geyer 2011-12-26 19:18:21 +01:00
parent 509328343f
commit 4da6da8828
5 changed files with 113 additions and 0 deletions

View file

@ -20,6 +20,7 @@ cmake_minimum_required(VERSION 2.6.0)
set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake )
option(WITH_TESTS "Enable building of unit tests" ON)
option(WITH_GUI_TESTS "Enable building of GUI tests" OFF)
set( KEEPASSX_VERSION "0.9.0" )