Add example files to style check

This commit is contained in:
Florian Albrechtskirchinger 2025-02-17 05:41:50 +01:00
parent fea64fecd6
commit f7bb3bacd9
No known key found for this signature in database
GPG Key ID: 9C4E2AE92D3A9595

View File

@ -31,7 +31,7 @@ LIB_FUZZING_ENGINE ?= standalone_fuzz_target_runner.o
CLANG_FORMAT = clang-format
REALPATH = $(shell which grealpath 2>/dev/null || which realpath 2>/dev/null)
STYLE_CHECK_FILES = $(filter-out httplib.h httplib.cc, \
$(wildcard fuzzing/*.h fuzzing/*.cc *.h *.cc ../httplib.h))
$(wildcard example/*.h example/*.cc fuzzing/*.h fuzzing/*.cc *.h *.cc ../httplib.h))
all : test test_split
./test