libdap-3.18.1-disable-net-tests.patch 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. Author: Alastair McKinstry <mckinstry@debian.org>
  2. Description: Disable network tests, as network not available on
  3. most build systems
  4. Last-Updated: 2016-02-06
  5. Forwarded: not-needed
  6. Index: libdap-3.18.0/tests/Makefile.am
  7. ===================================================================
  8. --- libdap-3.18.0.orig/tests/Makefile.am
  9. +++ libdap-3.18.0/tests/Makefile.am
  10. @@ -30,8 +30,7 @@ endif
  11. # TESTS = DASTest DDSTest EXPRTest DMRTest getdapTest
  12. -check_SCRIPTS = $(DASTESTSUITE) $(DDSTESTSUITE) $(EXPRTESTSUITE) \
  13. - $(GETDAPTESTSUITE)
  14. +check_SCRIPTS = $(DASTESTSUITE) $(DDSTESTSUITE) $(EXPRTESTSUITE)
  15. # Build the test drivers. The drivers all use the
  16. # subclassed types in Test*.cc and the TestTypesFactory.
  17. @@ -107,11 +106,10 @@ DMRTESTSUITE = $(srcdir)/DMRTest
  18. GETDAPTESTSUITE = $(srcdir)/getdapTest
  19. check-local: atconfig atlocal $(DASTESTSUITE) $(DDSTESTSUITE) \
  20. -$(EXPRTESTSUITE) $(GETDAPTESTSUITE)
  21. +$(EXPRTESTSUITE)
  22. $(SHELL) '$(DASTESTSUITE)' $(TESTSUITEFLAGS)
  23. $(SHELL) '$(DDSTESTSUITE)' $(TESTSUITEFLAGS)
  24. $(SHELL) '$(EXPRTESTSUITE)' $(TESTSUITEFLAGS)
  25. - $(SHELL) '$(GETDAPTESTSUITE)' $(TESTSUITEFLAGS)
  26. # Make sure there are no spaces after the DASTESTSUITE names. jhrg 3/16/15
  27. # Delete the scripts here and not using CLEANFILES because this target is