From 818d1b24bfbac49751d9f12962bf6c769c5f3870 Mon Sep 17 00:00:00 2001 From: William King Date: Fri, 10 Jul 2015 12:22:32 -0700 Subject: [PATCH] FS-7820 Fix build if you don't have libtap installed --- tests/unit/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index d88fe761a1..fd6b402877 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -14,8 +14,7 @@ event_create_LDFLAGS = $(SWITCH_AM_LDFLAGS) -ltap else -install: error -all: error +check: error: $(error You must install libtap-dev to build these unit tests) endif