From 235f2a5489ad69bf77fbf69b3efbb183d910ba48 Mon Sep 17 00:00:00 2001 From: Kevin Murray Date: Tue, 9 Jun 2015 22:00:39 +1000 Subject: [PATCH] Use new test label 'huge' in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3a23d18580..5ba5a372c1 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ UNAME := $(shell uname) ifeq ($(UNAME),Linux) TESTATTR='!known_failing,!jenkins' else - TESTATTR='!known_failing,!jenkins,!linux' + TESTATTR='!known_failing,!jenkins,!huge' endif ## all : default task; compile C++ code, build shared object library