From 3634ab817ebdcb3d8fa297fbb29daed0496fb794 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sun, 4 Nov 2012 14:35:04 -0800 Subject: [PATCH] Fix tidy for new linenoise --- mk/tests.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mk/tests.mk b/mk/tests.mk index 2eec607ff81..dabb4bd89d1 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -123,6 +123,7 @@ ALL_CS := $(filter-out $(S)src/rt/bigint/bigint_ext.cpp \ $(S)src/rt/bigint/bigint_int.cpp \ $(S)src/rt/miniz.cpp \ $(S)src/rt/linenoise/linenoise.c \ + $(S)src/rt/linenoise/utf8.c \ ,$(ALL_CS)) ALL_HS := $(wildcard $(S)src/rt/*.h \ $(S)src/rt/*/*.h \ @@ -137,6 +138,7 @@ ALL_HS := $(filter-out $(S)src/rt/vg/valgrind.h \ $(S)src/rt/msvc/inttypes.h \ $(S)src/rt/bigint/bigint.h \ $(S)src/rt/linenoise/linenoise.h \ + $(S)src/rt/linenoise/utf8.h \ ,$(ALL_HS)) tidy: