From 0e25bfde659f760504068dca1cf8f9e87aca5394 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Thu, 28 Jul 2022 22:54:25 +0200 Subject: [PATCH] :construction_worker: add test for documentation --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 78cbc1127..674d77a3b 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -29,7 +29,7 @@ create_output: $(EXAMPLES:.cpp=.output) check_output: $(EXAMPLES:.cpp=.test) # check output of all stand-alone example files (exclude meta which is dependent on the current compiler) -check_output_portable: $(filter-out meta.test,$(EXAMPLES:.cpp=.test)) +check_output_portable: $(filter-out examples/meta.test,$(EXAMPLES:.cpp=.test)) clean: rm -fr $(EXAMPLES:.cpp=)