From 9227b3df3b639b306300ff24cd355b4cec7d9b66 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Fri, 29 Jul 2022 09:19:53 +0200 Subject: [PATCH] :memo: note platform-dependent output on some examples --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index a751b0d2f..37ff1418c 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -30,7 +30,7 @@ check_output: $(EXAMPLES:.cpp=.test) # check output of all stand-alone example files (exclude files with platform-dependent output.) # This target is used in the CI (ci_test_documentation). -check_output_portable: $(filter-out examples/meta.test examples/max_size.test examples/std_hash.test exaples/basic_json__CompatibleType.test,$(EXAMPLES:.cpp=.test)) +check_output_portable: $(filter-out examples/meta.test examples/max_size.test examples/std_hash.test examples/basic_json__CompatibleType.test,$(EXAMPLES:.cpp=.test)) clean: rm -fr $(EXAMPLES:.cpp=)