Skip to content

Commit f7bb3ba

Browse files
Add example files to style check
1 parent fea64fe commit f7bb3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ LIB_FUZZING_ENGINE ?= standalone_fuzz_target_runner.o
3131
CLANG_FORMAT = clang-format
3232
REALPATH = $(shell which grealpath 2>/dev/null || which realpath 2>/dev/null)
3333
STYLE_CHECK_FILES = $(filter-out httplib.h httplib.cc, \
34-
$(wildcard fuzzing/*.h fuzzing/*.cc *.h *.cc ../httplib.h))
34+
$(wildcard example/*.h example/*.cc fuzzing/*.h fuzzing/*.cc *.h *.cc ../httplib.h))
3535

3636
all : test test_split
3737
./test

0 commit comments

Comments
 (0)