Would be nice to have something like a Makefile, which can include all kinds of basic actions.
As I'm adding unit tests, I think it would be obligatory to have make test working anyway. And that's where we will be able to plug continuous integration later.
Would be nice to have something like a Makefile, which can include all kinds of basic actions.
As I'm adding unit tests, I think it would be obligatory to have
make test
working anyway. And that's where we will be able to plug continuous integration later.Also, this was suggested as a basic test:
Well, perhaps it would make sense to have
make basic-test
that would do something like that?This may also help with issue #15 (e.g.
make paper
to recreate what's needed instead of committing the files directly).