forked from github/verilator
Tests: On format make tests executable
This commit is contained in:
parent
00c3bafe7d
commit
2f8fa75691
@ -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
0
test_regress/t/t_module_class_static_method.pl
Normal file → Executable file
0
test_regress/t/t_randomize_method.pl
Normal file → Executable file
0
test_regress/t/t_randomize_method.pl
Normal file → Executable file
0
test_regress/t/t_randomize_method_bad.pl
Normal file → Executable file
0
test_regress/t/t_randomize_method_bad.pl
Normal file → Executable file
0
test_regress/t/t_randomize_method_types_unsup.pl
Normal file → Executable file
0
test_regress/t/t_randomize_method_types_unsup.pl
Normal file → Executable file
0
test_regress/t/t_randomize_method_unsup.pl
Normal file → Executable file
0
test_regress/t/t_randomize_method_unsup.pl
Normal file → Executable file
0
test_regress/t/t_xml_flat_no_inline_mod.pl
Normal file → Executable file
0
test_regress/t/t_xml_flat_no_inline_mod.pl
Normal file → Executable file
0
test_regress/t/t_xml_flat_pub_mod.pl
Normal file → Executable file
0
test_regress/t/t_xml_flat_pub_mod.pl
Normal file → Executable file
Loading…
Reference in New Issue
Block a user