]> gitweb.michael.orlitzky.com - sage.d.git/commit
makefile: add a "make check" target to run the tests properly.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 1 Nov 2018 20:07:01 +0000 (16:07 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 1 Nov 2018 20:07:01 +0000 (16:07 -0400)
commitff5dfd0b4ffa1199bd81edc41d72c9c18b6bedbd
tree9057eed718de8c9f8b227f520d8e80cdd12e1281
parent14b952fe32ba20b7bac685da07633b2ce5b5a5af
makefile: add a "make check" target to run the tests properly.

We need to utter magic words to get the test suite to work, so I've
encoded them in a "make check" target for future reference.
makefile