You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
673 B

  1. From 2f9075aca5f54b8d0c14517c408f162985fb1b18 Mon Sep 17 00:00:00 2001
  2. From: Yousong Zhou <zhouyousong@yunionyun.com>
  3. Date: Tue, 21 Aug 2018 13:02:21 +0000
  4. Subject: [PATCH 4/5] build: disable building tests
  5. Signed-off-by: Yousong Zhou <zhouyousong@yunionyun.com>
  6. ---
  7. Makefile.am | 1 -
  8. 1 file changed, 1 deletion(-)
  9. diff --git a/Makefile.am b/Makefile.am
  10. index 417f53230..3fc630f33 100644
  11. --- a/Makefile.am
  12. +++ b/Makefile.am
  13. @@ -480,7 +480,6 @@ include m4/automake.mk
  14. include lib/automake.mk
  15. include ofproto/automake.mk
  16. include utilities/automake.mk
  17. -include tests/automake.mk
  18. include include/automake.mk
  19. include third-party/automake.mk
  20. include debian/automake.mk