Bug 377138 - Umbrello might benefit from a make check target
Summary: Umbrello might benefit from a make check target
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: Git
Platform: Compiled Sources All
: NOR wishlist
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-03 01:29 UTC by Kip
Modified: 2017-03-03 18:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 2.21.80 (KDE Applications 17.03.80)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.