diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-11-20 17:25:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-11-20 17:25:17 +0900 |
commit | 652c2aea23bd9dea082f5de2c0babe1728ac608f (patch) | |
tree | 3e649e665e3b073d2017f727fa0515f27474abd2 /debian/rules | |
parent | 1200d940add87b767246e45080e25ed207eee014 (diff) | |
download | polkit-tqt-652c2aea23bd9dea082f5de2c0babe1728ac608f.tar.gz polkit-tqt-652c2aea23bd9dea082f5de2c0babe1728ac608f.zip |
Added test framework.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index bf14bf133..e06abc709 100755 --- a/debian/rules +++ b/debian/rules @@ -11,3 +11,6 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DCMAKE_VERBOSE_MAKEFILE="ON" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DWITH_ALL_OPTIONS="ON" + +DEB_MAKE_CHECK_TARGET = check + |