diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-05-05 17:18:22 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-05-05 17:20:34 +0200 |
commit | 99d168a532894cafd6648547c1ac30dff2a62c43 (patch) | |
tree | 3a859c58f59ce997a37606105226397d163aab82 /debian/rules | |
parent | 589051f3ef91ab1bc3029de3952907dea81c1f88 (diff) | |
download | libpam-freerdp2-99d168a532894cafd6648547c1ac30dff2a62c43.tar.gz libpam-freerdp2-99d168a532894cafd6648547c1ac30dff2a62c43.tar.bz2 libpam-freerdp2-99d168a532894cafd6648547c1ac30dff2a62c43.zip |
unit tests: Fix build and re-enable them.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 19ce1e8..0969a92 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/utils.mk -#DEB_MAKE_CHECK_TARGET = check +DEB_MAKE_CHECK_TARGET = check # Remove .a and .la files from /lib/security remove-cruft:: |