👷 add test for documentation
This commit is contained in:
parent
d84cbe3152
commit
0e25bfde65
@ -29,7 +29,7 @@ create_output: $(EXAMPLES:.cpp=.output)
|
|||||||
check_output: $(EXAMPLES:.cpp=.test)
|
check_output: $(EXAMPLES:.cpp=.test)
|
||||||
|
|
||||||
# check output of all stand-alone example files (exclude meta which is dependent on the current compiler)
|
# 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:
|
clean:
|
||||||
rm -fr $(EXAMPLES:.cpp=)
|
rm -fr $(EXAMPLES:.cpp=)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user