Navigation Menu

Skip to content

Commit

Permalink
[test][unit] use <...> for including a file that isn't in current dir…
Browse files Browse the repository at this point in the history
…ectory
  • Loading branch information
kou committed Mar 7, 2012
1 parent 7527e22 commit 60324cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/unit/Makefile.am
Expand Up @@ -3,7 +3,7 @@ noinst_LTLIBRARIES = test_mrn_sys.la
endif

AM_CPPFLAGS = $(GROONGA_CFLAGS) $(MECAB_INCLUDES) $(CPPCUTTER_CFLAGS)
AM_INCLUDES = -l. -l..
AM_INCLUDES = -I$(top_srcdir)
ACLOCAL_AMFLAGS = $$ACLOCAL_ARGS

DEFS = @DEFS@
Expand Down
3 changes: 2 additions & 1 deletion test/unit/test_mrn_sys.cpp
Expand Up @@ -20,7 +20,8 @@

#include <string.h>
#include <cppcutter.h>
#include "mrn_sys.h"

#include <mrn_sys.h>

static grn_ctx *ctx;
static grn_obj *db;
Expand Down

0 comments on commit 60324cc

Please sign in to comment.