From 47f48b99bf9a86e27fa0ab8ad0c83a6aff03c377 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Thu, 18 Feb 2021 22:22:56 +0000 Subject: [PATCH] Updated makefile to exclude concurrent test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2b667f..f9eb05b 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ VCPKG_WIN_PATH ?= "C:\\Users\\axsau\\Programming\\lib\\vcpkg\\scripts\\buildsyst VCPKG_UNIX_PATH ?= "/c/Users/axsau/Programming/lib/vcpkg/scripts/buildsystems/vcpkg.cmake" # Regext to pass to catch2 to filter tests -FILTER_TESTS ?= "*" +FILTER_TESTS ?= "-TestAsyncOperations.TestManagerParallelExecution" ifeq ($(OS),Windows_NT) # is Windows_NT on XP, 2000, 7, Vista, 10... CMAKE_BIN ?= "C:\Program Files\CMake\bin\cmake.exe"