From: Andreas Reichel <
andreas.r...@siemens.com>
Do not compile the test library with a default 'make'.
Signed-off-by: Andreas Reichel <
andreas.r...@siemens.com>
---
tools/tests/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/tests/Makefile.am b/tools/tests/Makefile.am
index ab10536..4093ac4 100644
--- a/tools/tests/Makefile.am
+++ b/tools/tests/Makefile.am
@@ -38,7 +38,7 @@ libtest_env_api_fat_a_SRC = \
CLEANFILES =
-noinst_LIBRARIES = libtest_env_api_fat.a
+check_LIBRARIES = libtest_env_api_fat.a
libtest_env_api_fat_a_SOURCES = $(libtest_env_api_fat_a_SRC)
libenvapi_testlib_fat.a: libtest_env_api_fat.a
--
2.14.2