Skip to content

Commit

Permalink
disable Nettests by default
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Apr 13, 2014
1 parent 037dc66 commit d4f6e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -7,7 +7,7 @@ NAME=cohttp
LWT ?= $(shell if ocamlfind query lwt >/dev/null 2>&1; then echo --enable-lwt; fi)
LWT_UNIX ?= $(shell if ocamlfind query lwt.ssl >/dev/null 2>&1; then echo --enable-lwt-unix; fi)
ASYNC ?= $(shell if ocamlfind query async >/dev/null 2>&1; then echo --enable-async; fi)
NETTESTS ?= --enable-tests --enable-nettests
#NETTESTS ?= --enable-tests --enable-nettests

setup.bin: setup.ml
ocamlopt.opt -o $@ $< || ocamlopt -o $@ $< || ocamlc -o $@ $<
Expand Down

0 comments on commit d4f6e31

Please sign in to comment.