Tests: On format make tests executable

This commit is contained in:
Wilson Snyder 2021-02-25 19:24:41 -05:00
parent 00c3bafe7d
commit 2f8fa75691
8 changed files with 5 additions and 1 deletions

View File

@ -463,7 +463,7 @@ analyzer-include:
-rm -rf examples/*/obj*
scan-build $(MAKE) -k examples
format: clang-format yapf
format: clang-format yapf format-pl-exec
CLANGFORMAT = clang-format
CLANGFORMAT_FLAGS = -i
@ -495,6 +495,10 @@ YAPF_FILES = \
yapf:
$(YAPF) $(YAPF_FLAGS) $(YAPF_FILES)
format-pl-exec:
-chmod a+x test_regress/t/*.pl
ftp: info
install-msg:

0
test_regress/t/t_module_class_static_method.pl Normal file → Executable file
View File

0
test_regress/t/t_randomize_method.pl Normal file → Executable file
View File

0
test_regress/t/t_randomize_method_bad.pl Normal file → Executable file
View File

0
test_regress/t/t_randomize_method_types_unsup.pl Normal file → Executable file
View File

0
test_regress/t/t_randomize_method_unsup.pl Normal file → Executable file
View File

0
test_regress/t/t_xml_flat_no_inline_mod.pl Normal file → Executable file
View File

0
test_regress/t/t_xml_flat_pub_mod.pl Normal file → Executable file
View File