Bug 377138

Summary: Umbrello might benefit from a make check target
Product: [Applications] umbrello Reporter: Kip <kip>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: Git   
Target Milestone: ---   
Platform: Compiled Sources   
OS: All   
Latest Commit: Version Fixed In: 2.21.80 (KDE Applications 17.03.80)

Description Kip 2017-03-03 01:29:29 UTC
I'm not sure how exactly it could be implemented, but at present I don't think Umbrello has any unit testing framework that is invoked on the standard GCS make check target.
Comment 1 Ralf Habacker 2017-03-03 10:21:48 UTC
Git commit f3e4b43cda2284730a5ed0334554c80b545a2dc5 by Ralf Habacker.
Committed on 03/03/2017 at 10:21.
Pushed by habacker into branch 'master'.

Add 'check' target as an alias for 'test' to build system.

CMake build system by default adds a 'test' target for running tests.

FIXED-IN:2.21.80 (KDE Applications 17.03.80)

M  +2    -0    unittests/CMakeLists.txt

https://commits.kde.org/umbrello/f3e4b43cda2284730a5ed0334554c80b545a2dc5
Comment 2 Kip 2017-03-03 18:32:29 UTC
Thanks Ralf for your lightning fast fix as usual.