From 5839d8d59193163b0254101c15b4a96952695081 Mon Sep 17 00:00:00 2001 From: Hyotaek Shim Date: Mon, 19 Mar 2018 16:42:28 +0900 Subject: [PATCH] Diable build-time autotest Change-Id: I716df9ab06c6392cac20ad4e822b945ac1e94433 Signed-off-by: Hyotaek Shim --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 0b63ea5..74f1cd2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,9 +13,9 @@ pkgconfiglib_DATA = check_PROGRAMS = check_DATA = tests= -noinst_PROGRAMS = $(tests) -check_PROGRAMS += $(tests) -TESTS = $(tests) +#noinst_PROGRAMS = $(tests) +#check_PROGRAMS += $(tests) +#TESTS = $(tests) DEFAULT_CFLAGS = \ $(OUR_CFLAGS) -- 2.34.1