diff --git a/Makefile b/Makefile index ac2fe7c..69ea0b4 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,10 @@ configure: tests: ocamlbuild -use-ocamlfind -pkg oUnit tests/run_tests.native +examples: + ocamlbuild examples/test_sexpr.native + push_doc: all doc scp -r sequence.docdir/* cedeela.fr:~/simon/root/software/sequence/ -.PHONY: benchs tests +.PHONY: benchs tests examples diff --git a/examples/tests.ml b/examples/test_sexpr.ml similarity index 100% rename from examples/tests.ml rename to examples/test_sexpr.ml