👷 add test for documentation

This commit is contained in:
Niels Lohmann 2022-07-28 22:54:25 +02:00
parent d84cbe3152
commit 0e25bfde65
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -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=)