From 1d12f7b51f188c714e7860f1d4775e0faef396ba Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 13 Sep 2018 18:27:28 +0200 Subject: [PATCH] Add book sequence to tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc930dc..c3136cf 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Makefile to build all the available variants BUILDS = opencvfft-st opencvfft-async opencvfft-openmp fftw fftw-async fftw-openmp fftw-big fftw-big-openmp cufftw cufftw-big cufftw-big-openmp cufft cufft-openmp cufft-big cufft-big-openmp -TESTSEQ = bag ball1 car1 +TESTSEQ = bag ball1 car1 book TESTFLAGS = default fit128 all: $(foreach build,$(BUILDS),build-$(build)/kcf_vot) -- 2.39.2