From ca5816178bef29ac551b3dcee74721c380f4a57a Mon Sep 17 00:00:00 2001 From: James Talbert <jtalbert@iastate.edu> Date: Fri, 5 Oct 2018 16:13:59 -0500 Subject: [PATCH] Add quad tests back in --- ci/ci-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/ci-test.sh b/ci/ci-test.sh index 50bf206a6..6e8416204 100644 --- a/ci/ci-test.sh +++ b/ci/ci-test.sh @@ -7,4 +7,4 @@ source /remote/Xilinx/2018.2/Vivado/2018.2/settings64.sh (cd quad/ip_repo && make run-tests) # Quad -#(cd quad && make test) +(cd quad && make test) -- GitLab