From 2f8fa756916ff26781fe3235390cf7511704092e Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Thu, 25 Feb 2021 19:24:41 -0500 Subject: [PATCH] Tests: On format make tests executable --- Makefile.in | 6 +++++- test_regress/t/t_module_class_static_method.pl | 0 test_regress/t/t_randomize_method.pl | 0 test_regress/t/t_randomize_method_bad.pl | 0 test_regress/t/t_randomize_method_types_unsup.pl | 0 test_regress/t/t_randomize_method_unsup.pl | 0 test_regress/t/t_xml_flat_no_inline_mod.pl | 0 test_regress/t/t_xml_flat_pub_mod.pl | 0 8 files changed, 5 insertions(+), 1 deletion(-) mode change 100644 => 100755 test_regress/t/t_module_class_static_method.pl mode change 100644 => 100755 test_regress/t/t_randomize_method.pl mode change 100644 => 100755 test_regress/t/t_randomize_method_bad.pl mode change 100644 => 100755 test_regress/t/t_randomize_method_types_unsup.pl mode change 100644 => 100755 test_regress/t/t_randomize_method_unsup.pl mode change 100644 => 100755 test_regress/t/t_xml_flat_no_inline_mod.pl mode change 100644 => 100755 test_regress/t/t_xml_flat_pub_mod.pl diff --git a/Makefile.in b/Makefile.in index 1f069f909..fdf0ef90e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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: diff --git a/test_regress/t/t_module_class_static_method.pl b/test_regress/t/t_module_class_static_method.pl old mode 100644 new mode 100755 diff --git a/test_regress/t/t_randomize_method.pl b/test_regress/t/t_randomize_method.pl old mode 100644 new mode 100755 diff --git a/test_regress/t/t_randomize_method_bad.pl b/test_regress/t/t_randomize_method_bad.pl old mode 100644 new mode 100755 diff --git a/test_regress/t/t_randomize_method_types_unsup.pl b/test_regress/t/t_randomize_method_types_unsup.pl old mode 100644 new mode 100755 diff --git a/test_regress/t/t_randomize_method_unsup.pl b/test_regress/t/t_randomize_method_unsup.pl old mode 100644 new mode 100755 diff --git a/test_regress/t/t_xml_flat_no_inline_mod.pl b/test_regress/t/t_xml_flat_no_inline_mod.pl old mode 100644 new mode 100755 diff --git a/test_regress/t/t_xml_flat_pub_mod.pl b/test_regress/t/t_xml_flat_pub_mod.pl old mode 100644 new mode 100755