1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-24 15:29:32 +00:00

Allow us to run unit tests from the root dir

This commit is contained in:
Peter Evans 2018-02-03 20:50:45 -06:00
parent 3a1784a5a7
commit 164657a915

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
test:
cd tests/build && make && ./erc-test
.PHONY: test