pki-io / admin

Other
15 stars 7 forks source link

make command should run tests #33

Closed zeroXten closed 9 years ago

zeroXten commented 9 years ago

Standard Makefile usage for working with source generally looks like

$ make && make install

Therefore we need to ensure that the make command (no arguments) does:

This also works nicely with TravisCI.

thanasisk commented 9 years ago

is this not taken care of in current version?

zeroXten commented 9 years ago

Yeah, I'll close this one. Although I won't close https://github.com/pki-io/admin/issues/32 yet as the master Makefile doesn't install dependencies at the moment and the travis.yml file needs to update to use make more.