diff options
| author | Zack Corr <zack@z0w0.me> | 2012-11-04 11:39:14 +1000 |
|---|---|---|
| committer | Zack Corr <zack@z0w0.me> | 2012-11-04 11:39:14 +1000 |
| commit | 4f56b4983bd5cb1804ef20e8ff01639b024cb58e (patch) | |
| tree | 0964f0023803ddb64b8d08b5e4b4252015fd83d6 | |
| parent | 15880b3564efdee02b85230ef906b620a8bf4e0c (diff) | |
Remove linenoise files from the tidy check
| -rw-r--r-- | mk/tests.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/tests.mk b/mk/tests.mk index bfb2b63c09a..efa6d44fcc9 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -122,6 +122,7 @@ ALL_CS := $(wildcard $(S)src/rt/*.cpp \ 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 \ ,$(ALL_CS)) ALL_HS := $(wildcard $(S)src/rt/*.h \ $(S)src/rt/*/*.h \ @@ -135,6 +136,7 @@ ALL_HS := $(filter-out $(S)src/rt/vg/valgrind.h \ $(S)src/rt/msvc/stdint.h \ $(S)src/rt/msvc/inttypes.h \ $(S)src/rt/bigint/bigint.h \ + $(S)src/rt/linenoise/linenoise.h \ ,$(ALL_HS)) tidy: |
