Skip to content

Commit 3634ab8

Browse files
committed
Fix tidy for new linenoise
1 parent 9b723b2 commit 3634ab8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mk/tests.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ ALL_CS := $(filter-out $(S)src/rt/bigint/bigint_ext.cpp \
123123
$(S)src/rt/bigint/bigint_int.cpp \
124124
$(S)src/rt/miniz.cpp \
125125
$(S)src/rt/linenoise/linenoise.c \
126+
$(S)src/rt/linenoise/utf8.c \
126127
,$(ALL_CS))
127128
ALL_HS := $(wildcard $(S)src/rt/*.h \
128129
$(S)src/rt/*/*.h \
@@ -137,6 +138,7 @@ ALL_HS := $(filter-out $(S)src/rt/vg/valgrind.h \
137138
$(S)src/rt/msvc/inttypes.h \
138139
$(S)src/rt/bigint/bigint.h \
139140
$(S)src/rt/linenoise/linenoise.h \
141+
$(S)src/rt/linenoise/utf8.h \
140142
,$(ALL_HS))
141143

142144
tidy:

0 commit comments

Comments
 (0)