Simplify test case CPPFLAGS

This commit is contained in:
Danny Robson 2013-08-05 21:43:16 +10:00
parent a072f97ffe
commit 1fac4bff06
2 changed files with 2 additions and 9 deletions

View File

@ -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 = \

View File

@ -1,5 +1,5 @@
#include "random.hpp"
#include "debug.hpp"
#include "../random.hpp"
#include "../debug.hpp"
#include <iostream>
#include <cmath>