rebuild cxlc before running tests

This commit is contained in:
Josh Holtrop 2018-05-22 23:17:58 -04:00
parent 2dd7ff8560
commit 0a624c6281

View File

@ -15,5 +15,5 @@ uninstall:
./waf uninstall
.PHONY: test
test:
test: build
@(cd tests; rspec)