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.

26 lines
731 B

  1. From 9380ff5a8849ea5a772958b5dcfc5462182f1597 Mon Sep 17 00:00:00 2001
  2. From: Yousong Zhou <yszhou4tech@gmail.com>
  3. Date: Fri, 20 Mar 2020 17:06:31 +0800
  4. Subject: [PATCH] build: skip tests
  5. Tests build can fail for arc700 for the following causes
  6. - Missing -stack-protector-all argument when building test progs
  7. - Missing linker flag -lgmodule-2.0 -lffi
  8. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
  9. ---
  10. server/Makefile.am | 2 +-
  11. 1 file changed, 1 insertion(+), 1 deletion(-)
  12. diff --git a/server/Makefile.am b/server/Makefile.am
  13. index 2d148c14..5b927a1b 100644
  14. --- a/server/Makefile.am
  15. +++ b/server/Makefile.am
  16. @@ -1,5 +1,5 @@
  17. NULL =
  18. -SUBDIRS = . tests
  19. +SUBDIRS = .
  20. check-valgrind:
  21. $(MAKE) -C tests check-valgrind