1
0

300-disable-tests.patch 180 B

12345678910
  1. --- a/Makefile
  2. +++ b/Makefile
  3. @@ -17,7 +17,6 @@ ifeq ($(GOLANG),yes)
  4. $(MAKE) -C go $@
  5. rm -f cap/go.sum
  6. endif
  7. - $(MAKE) -C tests $@
  8. $(MAKE) -C progs $@
  9. $(MAKE) -C doc $@