rvirding / erlog

Prolog interpreter in and for Erlang
Apache License 2.0
371 stars 44 forks source link

Tests and CI #9

Closed zkessin closed 10 years ago

zkessin commented 10 years ago

Added the start of some PBT (with proper) and CI with travis

rvirding commented 10 years ago

Houston, we have a problem.

I don't use rebar! In fact I was considering to experiment with erlang.mk So while you can definitely improve the makefile I want it to be able to run without rebar.

Also I don't see why you don't want to keep the doc directory as part of the repo as it contains the only erlog documentation.

Do we really need proper and reloader (what is it?). I would like to keep down the size of what people need and get when they take erlog.

zkessin commented 10 years ago

I removed Rebar and reloader, it now only pulls quickcheck mini for travis-ci, so I think those issues are fixed. It now won't include anything else when erlog is included in a larger project.