From 1fac4bff06fbfb6b08c191dbf7b45688dfacc95f Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Mon, 5 Aug 2013 21:43:16 +1000 Subject: [PATCH] Simplify test case CPPFLAGS --- test/Makefile.am | 7 ------- test/rand.cpp | 4 ++-- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 4887c70b..688ad278 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,10 +1,3 @@ -AM_CPPFLAGS = \ - $(COMMON_CXXFLAGS) \ - -I$(top_srcdir) \ - -I$(top_srcdir)/include \ - -I$(top_srcdir)/src/ \ - -I$(top_srcdir)/lib/ - AM_LDFLAGS = $(COMMON_LDFLAGS) TEST_BIN = \ diff --git a/test/rand.cpp b/test/rand.cpp index ac75857c..4826e9ed 100644 --- a/test/rand.cpp +++ b/test/rand.cpp @@ -1,5 +1,5 @@ -#include "random.hpp" -#include "debug.hpp" +#include "../random.hpp" +#include "../debug.hpp" #include #include