Skip to content

Commit

Permalink
Use new test label 'huge' in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Jun 9, 2015
1 parent e8463f8 commit 235f2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 235f2a5

Please sign in to comment.