2020-07-14 11:02:52 +00:00
|
|
|
From 613f2bd84623d4f9094697357a7b6bda4611ce30 Mon Sep 17 00:00:00 2001
|
2018-08-21 00:39:58 +00:00
|
|
|
From: Yousong Zhou <zhouyousong@yunionyun.com>
|
|
|
|
Date: Tue, 21 Aug 2018 13:02:21 +0000
|
2020-07-14 11:02:52 +00:00
|
|
|
Subject: [PATCH] build: disable building tests
|
2018-08-21 00:39:58 +00:00
|
|
|
|
|
|
|
Signed-off-by: Yousong Zhou <zhouyousong@yunionyun.com>
|
|
|
|
---
|
|
|
|
Makefile.am | 1 -
|
|
|
|
1 file changed, 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
2019-02-25 02:06:12 +00:00
|
|
|
index 417f53230..3fc630f33 100644
|
2018-08-21 00:39:58 +00:00
|
|
|
--- a/Makefile.am
|
|
|
|
+++ b/Makefile.am
|
2019-02-25 02:06:12 +00:00
|
|
|
@@ -480,7 +480,6 @@ include m4/automake.mk
|
2018-08-21 00:39:58 +00:00
|
|
|
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
|