diff options
author | jan Iversen <jani@apache.org> | 2018-07-12 12:36:19 +0200 |
---|---|---|
committer | jan Iversen <jani@apache.org> | 2018-07-12 22:35:36 +0200 |
commit | 33949735f2965a2249b2915b7c38e30202520bf4 (patch) | |
tree | dfa0f65ae5b97390930ec48f29dc30c2504fa10f /tests/CMakeLists.txt | |
parent | d4e76dac9e8dbbb784c7133a4cc918de3121f35c (diff) | |
download | subsurface-33949735f2965a2249b2915b7c38e30202520bf4.tar.gz |
tests: add qPrefAnimations testcases
add test cases to secure struct preferences and qPrefAnimations work together
remove animation tests from testpreferences
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 771504794..0f30bfecb 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -98,6 +98,7 @@ TEST(TestRenumber testrenumber.cpp) TEST(TestGitStorage testgitstorage.cpp) TEST(TestPreferences testpreferences.cpp) TEST(TestQPrefDisplay testqPrefDisplay.cpp) +TEST(TestQPrefAnimations testqPrefAnimations.cpp) TEST(TestPicture testpicture.cpp) TEST(TestMerge testmerge.cpp) TEST(TestTagList testtaglist.cpp) |