Author: baggins Date: Sun Dec 2 12:49:26 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - don't build/run tests as they requires running postgres
---- Files affected: SOURCES: ocaml-pg-notest.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/ocaml-pg-notest.patch diff -u /dev/null SOURCES/ocaml-pg-notest.patch:1.1 --- /dev/null Sun Dec 2 13:49:26 2007 +++ SOURCES/ocaml-pg-notest.patch Sun Dec 2 13:49:20 2007 @@ -0,0 +1,13 @@ +--- gocaml-1.0/Makefile~ 2007-09-03 20:53:41.000000000 +0200 ++++ gocaml-1.0/Makefile 2007-12-02 13:38:02.000000000 +0100 +@@ -36,7 +36,9 @@ + OBJS := pGOCaml_config.cmo pGOCaml.cmo + XOBJS := $(OBJS:.cmo=.cmx) + +-all: pGOCaml_config.ml pgocaml.cma pgocaml.cmxa pa_pgsql.cmo test_pgocaml_lowlevel$(EXECUTABLE_SUFFIX) test_pgocaml$(EXECUTABLE_SUFFIX) pgocaml_prof$(EXECUTABLE_SUFFIX) META ++all: pGOCaml_config.ml pgocaml.cma pgocaml.cmxa pa_pgsql.cmo pgocaml_prof$(EXECUTABLE_SUFFIX) META ++ ++test: test_pgocaml_lowlevel$(EXECUTABLE_SUFFIX) test_pgocaml$(EXECUTABLE_SUFFIX) + + test_pgocaml_lowlevel$(EXECUTABLE_SUFFIX): test_pgocaml_lowlevel.cmo pgocaml.cma + ocamlfind ocamlc $(OCAMLCFLAGS) $(OCAMLCPACKAGES) $(OCAMLCLIBS) \ ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
