From 0a624c628162899131dd46b8bb2558ce519ec21e Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 22 May 2018 23:17:58 -0400 Subject: [PATCH] rebuild cxlc before running tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f54501d..2fcd796 100644 --- a/Makefile +++ b/Makefile @@ -15,5 +15,5 @@ uninstall: ./waf uninstall .PHONY: test -test: +test: build @(cd tests; rspec)