From f21060638641f802472045062ded853d7786692d Mon Sep 17 00:00:00 2001 From: Michael Gibson Date: Tue, 22 Apr 2014 10:33:34 -0600 Subject: [PATCH] Removing build constraint from test and fixing more quotations around build TAGS --- CMakeLists.txt | 2 +- plugins/geoip/geoip_decoder_test.go | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 41d830876..6adbf47cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ if (NOT INCLUDE_GEOIP) message(STATUS "GeoIP.h was not found, GeoIP functionality will not be included in this build.") else() message(STATUS "GeoIP.h found. Enabling GeoIP plugin.") - set(TAGS ${TAGS} geoip) + set(TAGS "${TAGS} geoip") endif() option(BENCHMARK "Enable the benchmark tests" off) diff --git a/plugins/geoip/geoip_decoder_test.go b/plugins/geoip/geoip_decoder_test.go index 45c023ae0..933b0acd3 100644 --- a/plugins/geoip/geoip_decoder_test.go +++ b/plugins/geoip/geoip_decoder_test.go @@ -1,5 +1,3 @@ -// +build geoip - /***** BEGIN LICENSE BLOCK ***** # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this file,