Sha256: 86b5fad4746f5d9a33a40ba3d7d44cc4c5582fff0eb681ecb02d48e0d8349937

Contents?: true

Size: 582 Bytes

Versions: 3

Compression:

Stored size: 582 Bytes

Contents

test: test_gen.native
	@./all_tests.native

test_gen.native: all_tests.native
	@ocamlbuild -use-ocamlfind -tag thread -tag short_paths -cflags -strict-sequence -r -pkg core -pkg yojson -pkg ppx_deriving.eq -pkg ppx_deriving.show -Is "src" test_gen.native

all_tests.native: src/*.ml src/*.mli test/*.ml
	@ocamlbuild -use-ocamlfind -tag thread -tag short_paths -cflags -strict-sequence -r -pkg core -pkg oUnit -pkg yojson -pkg ppx_deriving.eq -pkg ppx_deriving.show -Is "src,test" all_tests.native

clean:
	rm -rf _build
	rm -f test_gen.native
	rm -f all_tests.native

.PHONY: clean

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
trackler-2.0.1.0 tracks/ocaml/tools/test-generator/Makefile
trackler-2.0.0.10 tracks/ocaml/tools/test-generator/Makefile
trackler-2.0.0.9 tracks/ocaml/tools/test-generator/Makefile