From f7bb3bacd9e2ba6062ad8c3ad66859592e0b79a6 Mon Sep 17 00:00:00 2001 From: Florian Albrechtskirchinger Date: Mon, 17 Feb 2025 05:41:50 +0100 Subject: [PATCH] Add example files to style check --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 3dc77f0..348bfa2 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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