- From 46c5ce605b19fd6a782559bda8c90a663bf36014 Mon Sep 17 00:00:00 2001
- From: Yousong Zhou <zhouyousong@yunionyun.com>
- Date: Tue, 21 Aug 2018 13:02:21 +0000
- Subject: [PATCH] build: disable building tests
-
- Signed-off-by: Yousong Zhou <zhouyousong@yunionyun.com>
- ---
- Makefile.am | 1 -
- 1 file changed, 1 deletion(-)
-
- diff --git a/Makefile.am b/Makefile.am
- index 6140b2c7f..03c65796f 100644
- --- a/Makefile.am
- +++ b/Makefile.am
- @@ -480,7 +480,6 @@ include m4/automake.mk
- include lib/automake.mk
- include ofproto/automake.mk
- include utilities/automake.mk
- -include tests/automake.mk
- include include/automake.mk
- include third-party/automake.mk
- include debian/automake.mk
|