]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib/util: do not install "test_util_paths"
authorGünther Deschner <gd@samba.org>
Thu, 2 Jul 2020 16:56:20 +0000 (18:56 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 7 Jul 2020 08:16:39 +0000 (08:16 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14370

Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Autobuild-User(v4-11-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-11-test): Tue Jul  7 08:16:40 UTC 2020 on sn-devel-184

lib/util/wscript_build

index 9cf411007eb01e53f1c3481d301f1377ee9338cf..84c19bb136f1db535aff45ea54269a2ec90545ed 100644 (file)
@@ -285,4 +285,5 @@ else:
     bld.SAMBA_BINARY('test_util_paths',
                      source='tests/test_util_paths.c',
                      deps='cmocka replace talloc samba-util',
-                     local_include=False)
+                     local_include=False,
+                     install=False)