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
664 B

  1. From d048a1e98363197c0d2609f6adb6919bde473df4 Mon Sep 17 00:00:00 2001
  2. From: Yousong Zhou <yszhou4tech@gmail.com>
  3. Date: Mon, 23 Mar 2020 14:18:30 +0800
  4. Subject: [PATCH] build: skip building tests
  5. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
  6. ---
  7. Makefile.am | 1 -
  8. 1 file changed, 1 deletion(-)
  9. diff --git a/Makefile.am b/Makefile.am
  10. index 04400e184..b2c42d84c 100644
  11. --- a/Makefile.am
  12. +++ b/Makefile.am
  13. @@ -492,7 +492,6 @@ include Documentation/automake.mk
  14. include m4/automake.mk
  15. include lib/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