aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-10-04 15:33:07 +0900
committernsfisis <nsfisis@gmail.com>2025-10-04 15:33:10 +0900
commit46e79e69ae866df88cb9442a7329c72662ed2db3 (patch)
tree13561c1e7273ed0311da37957e4a82d15b243ba4
parent7e11675136edf8136f812c85cd45bc88ba405533 (diff)
downloadducc-46e79e69ae866df88cb9442a7329c72662ed2db3.tar.gz
ducc-46e79e69ae866df88cb9442a7329c72662ed2db3.tar.zst
ducc-46e79e69ae866df88cb9442a7329c72662ed2db3.zip
refactor: rename test files
-rw-r--r--tests/arithmetic_operators.sh (renamed from tests/test_arithmetic_operators.sh)0
-rw-r--r--tests/array_basics.sh (renamed from tests/test_array_basics.sh)0
-rw-r--r--tests/assignment_operators.sh (renamed from tests/test_assignment_operators.sh)0
-rw-r--r--tests/bitwise_operators.sh (renamed from tests/test_bitwise_operators.sh)0
-rw-r--r--tests/bool_type.sh (renamed from tests/test_bool_type.sh)0
-rw-r--r--tests/cast_expressions.sh (renamed from tests/test_cast_expressions.sh)0
-rw-r--r--tests/char_literals.sh (renamed from tests/test_char_literals.sh)0
-rw-r--r--tests/comma_operator.sh (renamed from tests/test_comma_operator.sh)0
-rw-r--r--tests/command_line_args.sh (renamed from tests/test_command_line_args.sh)0
-rw-r--r--tests/comments.sh (renamed from tests/test_comments.sh)0
-rw-r--r--tests/comparison_operators.sh (renamed from tests/test_comparison_operators.sh)0
-rw-r--r--tests/compile_errors.sh (renamed from tests/test_compile_errors.sh)0
-rw-r--r--tests/compiler_output.sh (renamed from tests/test_compiler_output.sh)0
-rw-r--r--tests/compiler_version.sh (renamed from tests/test_compiler_version.sh)0
-rw-r--r--tests/conditional_errors.sh (renamed from tests/test_conditional_errors.sh)0
-rw-r--r--tests/define_macros.sh (renamed from tests/test_define_macros.sh)0
-rw-r--r--tests/do_while.sh (renamed from tests/test_do_while.sh)0
-rw-r--r--tests/empty_preprocessor.sh (renamed from tests/test_empty_preprocessor.sh)0
-rw-r--r--tests/empty_statements.sh (renamed from tests/test_empty_statements.sh)0
-rw-r--r--tests/enums.sh (renamed from tests/test_enums.sh)0
-rw-r--r--tests/error_directive.sh (renamed from tests/test_error_directive.sh)0
-rw-r--r--tests/example_programs.sh (renamed from tests/test_example_programs.sh)0
-rw-r--r--tests/file_io.sh (renamed from tests/test_file_io.sh)0
-rw-r--r--tests/for_loops.sh (renamed from tests/test_for_loops.sh)0
-rw-r--r--tests/function_basics.sh (renamed from tests/test_function_basics.sh)0
-rw-r--r--tests/function_macros.sh (renamed from tests/test_function_macros.sh)0
-rw-r--r--tests/function_pointers.sh (renamed from tests/test_function_pointers.sh)0
-rw-r--r--tests/global_variables.sh (renamed from tests/test_global_variables.sh)0
-rw-r--r--tests/goto.sh (renamed from tests/test_goto.sh)0
-rw-r--r--tests/identifiers.sh (renamed from tests/test_identifiers.sh)0
-rw-r--r--tests/if_elif_else.sh (renamed from tests/test_if_elif_else.sh)0
-rw-r--r--tests/if_else.sh (renamed from tests/test_if_else.sh)0
-rw-r--r--tests/ifdef_ifndef.sh (renamed from tests/test_ifdef_ifndef.sh)0
-rw-r--r--tests/implicit_return.sh (renamed from tests/test_implicit_return.sh)0
-rw-r--r--tests/include_errors.sh (renamed from tests/test_include_errors.sh)0
-rw-r--r--tests/include_guards.sh (renamed from tests/test_include_guards.sh)0
-rw-r--r--tests/include_local.sh (renamed from tests/test_include_local.sh)0
-rw-r--r--tests/increment_operators.sh (renamed from tests/test_increment_operators.sh)0
-rw-r--r--tests/input_operations.sh (renamed from tests/test_input_operations.sh)0
-rw-r--r--tests/invalid_directives.sh (renamed from tests/test_invalid_directives.sh)0
-rw-r--r--tests/keywords.sh (renamed from tests/test_keywords.sh)0
-rw-r--r--tests/line_continuation.sh (renamed from tests/test_line_continuation.sh)0
-rw-r--r--tests/local_variables.sh (renamed from tests/test_local_variables.sh)0
-rw-r--r--tests/logical_operators.sh (renamed from tests/test_logical_operators.sh)0
-rw-r--r--tests/macro_operators.sh (renamed from tests/test_macro_operators.sh)0
-rw-r--r--tests/nested_conditionals.sh (renamed from tests/test_nested_conditionals.sh)0
-rw-r--r--tests/pointer_basics.sh (renamed from tests/test_pointer_basics.sh)0
-rw-r--r--tests/predefined_macros.sh (renamed from tests/test_predefined_macros.sh)0
-rw-r--r--tests/preprocess_flag.sh (renamed from tests/test_preprocess_flag.sh)0
-rw-r--r--tests/preprocessor_comments.sh (renamed from tests/test_preprocessor_comments.sh)0
-rw-r--r--tests/printf.sh (renamed from tests/test_printf.sh)0
-rw-r--r--tests/recursive_functions.sh (renamed from tests/test_recursive_functions.sh)0
-rw-r--r--tests/short_type.sh (renamed from tests/test_short_type.sh)0
-rw-r--r--tests/sizeof_operator.sh (renamed from tests/test_sizeof_operator.sh)0
-rw-r--r--tests/stdlib_declarations.sh (renamed from tests/test_stdlib_declarations.sh)0
-rw-r--r--tests/string_operations.sh (renamed from tests/test_string_operations.sh)0
-rw-r--r--tests/struct_arrays.sh (renamed from tests/test_struct_arrays.sh)0
-rw-r--r--tests/struct_basics.sh (renamed from tests/test_struct_basics.sh)0
-rw-r--r--tests/struct_initialization.sh (renamed from tests/test_struct_initialization.sh)0
-rw-r--r--tests/switch.sh (renamed from tests/test_switch.sh)0
-rw-r--r--tests/ternary_operator.sh (renamed from tests/test_ternary_operator.sh)0
-rw-r--r--tests/typedef_struct.sh (renamed from tests/test_typedef_struct.sh)0
-rw-r--r--tests/undef.sh (renamed from tests/test_undef.sh)0
-rw-r--r--tests/unions.sh (renamed from tests/test_unions.sh)0
-rw-r--r--tests/variadic_functions.sh (renamed from tests/test_variadic_functions.sh)0
-rw-r--r--tests/void_functions.sh (renamed from tests/test_void_functions.sh)0
66 files changed, 0 insertions, 0 deletions
diff --git a/tests/test_arithmetic_operators.sh b/tests/arithmetic_operators.sh
index a98ca15..a98ca15 100644
--- a/tests/test_arithmetic_operators.sh
+++ b/tests/arithmetic_operators.sh
diff --git a/tests/test_array_basics.sh b/tests/array_basics.sh
index 75bb244..75bb244 100644
--- a/tests/test_array_basics.sh
+++ b/tests/array_basics.sh
diff --git a/tests/test_assignment_operators.sh b/tests/assignment_operators.sh
index 9b3a33e..9b3a33e 100644
--- a/tests/test_assignment_operators.sh
+++ b/tests/assignment_operators.sh
diff --git a/tests/test_bitwise_operators.sh b/tests/bitwise_operators.sh
index f683099..f683099 100644
--- a/tests/test_bitwise_operators.sh
+++ b/tests/bitwise_operators.sh
diff --git a/tests/test_bool_type.sh b/tests/bool_type.sh
index d18fd30..d18fd30 100644
--- a/tests/test_bool_type.sh
+++ b/tests/bool_type.sh
diff --git a/tests/test_cast_expressions.sh b/tests/cast_expressions.sh
index f6824ad..f6824ad 100644
--- a/tests/test_cast_expressions.sh
+++ b/tests/cast_expressions.sh
diff --git a/tests/test_char_literals.sh b/tests/char_literals.sh
index c883eba..c883eba 100644
--- a/tests/test_char_literals.sh
+++ b/tests/char_literals.sh
diff --git a/tests/test_comma_operator.sh b/tests/comma_operator.sh
index 7c53845..7c53845 100644
--- a/tests/test_comma_operator.sh
+++ b/tests/comma_operator.sh
diff --git a/tests/test_command_line_args.sh b/tests/command_line_args.sh
index 094b36c..094b36c 100644
--- a/tests/test_command_line_args.sh
+++ b/tests/command_line_args.sh
diff --git a/tests/test_comments.sh b/tests/comments.sh
index 7a43832..7a43832 100644
--- a/tests/test_comments.sh
+++ b/tests/comments.sh
diff --git a/tests/test_comparison_operators.sh b/tests/comparison_operators.sh
index 7bcb689..7bcb689 100644
--- a/tests/test_comparison_operators.sh
+++ b/tests/comparison_operators.sh
diff --git a/tests/test_compile_errors.sh b/tests/compile_errors.sh
index 23bf394..23bf394 100644
--- a/tests/test_compile_errors.sh
+++ b/tests/compile_errors.sh
diff --git a/tests/test_compiler_output.sh b/tests/compiler_output.sh
index 6993c36..6993c36 100644
--- a/tests/test_compiler_output.sh
+++ b/tests/compiler_output.sh
diff --git a/tests/test_compiler_version.sh b/tests/compiler_version.sh
index 1e22718..1e22718 100644
--- a/tests/test_compiler_version.sh
+++ b/tests/compiler_version.sh
diff --git a/tests/test_conditional_errors.sh b/tests/conditional_errors.sh
index 5a33e8c..5a33e8c 100644
--- a/tests/test_conditional_errors.sh
+++ b/tests/conditional_errors.sh
diff --git a/tests/test_define_macros.sh b/tests/define_macros.sh
index 1b674f1..1b674f1 100644
--- a/tests/test_define_macros.sh
+++ b/tests/define_macros.sh
diff --git a/tests/test_do_while.sh b/tests/do_while.sh
index dbb4815..dbb4815 100644
--- a/tests/test_do_while.sh
+++ b/tests/do_while.sh
diff --git a/tests/test_empty_preprocessor.sh b/tests/empty_preprocessor.sh
index 57e33ad..57e33ad 100644
--- a/tests/test_empty_preprocessor.sh
+++ b/tests/empty_preprocessor.sh
diff --git a/tests/test_empty_statements.sh b/tests/empty_statements.sh
index 71caed5..71caed5 100644
--- a/tests/test_empty_statements.sh
+++ b/tests/empty_statements.sh
diff --git a/tests/test_enums.sh b/tests/enums.sh
index 3fc15a0..3fc15a0 100644
--- a/tests/test_enums.sh
+++ b/tests/enums.sh
diff --git a/tests/test_error_directive.sh b/tests/error_directive.sh
index a8b3fdb..a8b3fdb 100644
--- a/tests/test_error_directive.sh
+++ b/tests/error_directive.sh
diff --git a/tests/test_example_programs.sh b/tests/example_programs.sh
index 21b7ca4..21b7ca4 100644
--- a/tests/test_example_programs.sh
+++ b/tests/example_programs.sh
diff --git a/tests/test_file_io.sh b/tests/file_io.sh
index 07a335e..07a335e 100644
--- a/tests/test_file_io.sh
+++ b/tests/file_io.sh
diff --git a/tests/test_for_loops.sh b/tests/for_loops.sh
index 2e3205f..2e3205f 100644
--- a/tests/test_for_loops.sh
+++ b/tests/for_loops.sh
diff --git a/tests/test_function_basics.sh b/tests/function_basics.sh
index f064622..f064622 100644
--- a/tests/test_function_basics.sh
+++ b/tests/function_basics.sh
diff --git a/tests/test_function_macros.sh b/tests/function_macros.sh
index 1108650..1108650 100644
--- a/tests/test_function_macros.sh
+++ b/tests/function_macros.sh
diff --git a/tests/test_function_pointers.sh b/tests/function_pointers.sh
index cddc623..cddc623 100644
--- a/tests/test_function_pointers.sh
+++ b/tests/function_pointers.sh
diff --git a/tests/test_global_variables.sh b/tests/global_variables.sh
index 8de1483..8de1483 100644
--- a/tests/test_global_variables.sh
+++ b/tests/global_variables.sh
diff --git a/tests/test_goto.sh b/tests/goto.sh
index 1e28a51..1e28a51 100644
--- a/tests/test_goto.sh
+++ b/tests/goto.sh
diff --git a/tests/test_identifiers.sh b/tests/identifiers.sh
index 5786ff7..5786ff7 100644
--- a/tests/test_identifiers.sh
+++ b/tests/identifiers.sh
diff --git a/tests/test_if_elif_else.sh b/tests/if_elif_else.sh
index e0adee0..e0adee0 100644
--- a/tests/test_if_elif_else.sh
+++ b/tests/if_elif_else.sh
diff --git a/tests/test_if_else.sh b/tests/if_else.sh
index f1da0d1..f1da0d1 100644
--- a/tests/test_if_else.sh
+++ b/tests/if_else.sh
diff --git a/tests/test_ifdef_ifndef.sh b/tests/ifdef_ifndef.sh
index 683a1dc..683a1dc 100644
--- a/tests/test_ifdef_ifndef.sh
+++ b/tests/ifdef_ifndef.sh
diff --git a/tests/test_implicit_return.sh b/tests/implicit_return.sh
index 423844e..423844e 100644
--- a/tests/test_implicit_return.sh
+++ b/tests/implicit_return.sh
diff --git a/tests/test_include_errors.sh b/tests/include_errors.sh
index 3ac546f..3ac546f 100644
--- a/tests/test_include_errors.sh
+++ b/tests/include_errors.sh
diff --git a/tests/test_include_guards.sh b/tests/include_guards.sh
index 87c44a9..87c44a9 100644
--- a/tests/test_include_guards.sh
+++ b/tests/include_guards.sh
diff --git a/tests/test_include_local.sh b/tests/include_local.sh
index c9fe755..c9fe755 100644
--- a/tests/test_include_local.sh
+++ b/tests/include_local.sh
diff --git a/tests/test_increment_operators.sh b/tests/increment_operators.sh
index f6aa2b5..f6aa2b5 100644
--- a/tests/test_increment_operators.sh
+++ b/tests/increment_operators.sh
diff --git a/tests/test_input_operations.sh b/tests/input_operations.sh
index 15dfb2f..15dfb2f 100644
--- a/tests/test_input_operations.sh
+++ b/tests/input_operations.sh
diff --git a/tests/test_invalid_directives.sh b/tests/invalid_directives.sh
index 877f9e9..877f9e9 100644
--- a/tests/test_invalid_directives.sh
+++ b/tests/invalid_directives.sh
diff --git a/tests/test_keywords.sh b/tests/keywords.sh
index 0bdb6f7..0bdb6f7 100644
--- a/tests/test_keywords.sh
+++ b/tests/keywords.sh
diff --git a/tests/test_line_continuation.sh b/tests/line_continuation.sh
index c5b5c2e..c5b5c2e 100644
--- a/tests/test_line_continuation.sh
+++ b/tests/line_continuation.sh
diff --git a/tests/test_local_variables.sh b/tests/local_variables.sh
index 674899d..674899d 100644
--- a/tests/test_local_variables.sh
+++ b/tests/local_variables.sh
diff --git a/tests/test_logical_operators.sh b/tests/logical_operators.sh
index 1cc6594..1cc6594 100644
--- a/tests/test_logical_operators.sh
+++ b/tests/logical_operators.sh
diff --git a/tests/test_macro_operators.sh b/tests/macro_operators.sh
index e456d4f..e456d4f 100644
--- a/tests/test_macro_operators.sh
+++ b/tests/macro_operators.sh
diff --git a/tests/test_nested_conditionals.sh b/tests/nested_conditionals.sh
index d149e07..d149e07 100644
--- a/tests/test_nested_conditionals.sh
+++ b/tests/nested_conditionals.sh
diff --git a/tests/test_pointer_basics.sh b/tests/pointer_basics.sh
index 2b0beef..2b0beef 100644
--- a/tests/test_pointer_basics.sh
+++ b/tests/pointer_basics.sh
diff --git a/tests/test_predefined_macros.sh b/tests/predefined_macros.sh
index 51aeca8..51aeca8 100644
--- a/tests/test_predefined_macros.sh
+++ b/tests/predefined_macros.sh
diff --git a/tests/test_preprocess_flag.sh b/tests/preprocess_flag.sh
index 3b52bc0..3b52bc0 100644
--- a/tests/test_preprocess_flag.sh
+++ b/tests/preprocess_flag.sh
diff --git a/tests/test_preprocessor_comments.sh b/tests/preprocessor_comments.sh
index 0fcea83..0fcea83 100644
--- a/tests/test_preprocessor_comments.sh
+++ b/tests/preprocessor_comments.sh
diff --git a/tests/test_printf.sh b/tests/printf.sh
index da35fcb..da35fcb 100644
--- a/tests/test_printf.sh
+++ b/tests/printf.sh
diff --git a/tests/test_recursive_functions.sh b/tests/recursive_functions.sh
index 709cfbe..709cfbe 100644
--- a/tests/test_recursive_functions.sh
+++ b/tests/recursive_functions.sh
diff --git a/tests/test_short_type.sh b/tests/short_type.sh
index fcbec87..fcbec87 100644
--- a/tests/test_short_type.sh
+++ b/tests/short_type.sh
diff --git a/tests/test_sizeof_operator.sh b/tests/sizeof_operator.sh
index b14e2ca..b14e2ca 100644
--- a/tests/test_sizeof_operator.sh
+++ b/tests/sizeof_operator.sh
diff --git a/tests/test_stdlib_declarations.sh b/tests/stdlib_declarations.sh
index c919b88..c919b88 100644
--- a/tests/test_stdlib_declarations.sh
+++ b/tests/stdlib_declarations.sh
diff --git a/tests/test_string_operations.sh b/tests/string_operations.sh
index 0c9a07e..0c9a07e 100644
--- a/tests/test_string_operations.sh
+++ b/tests/string_operations.sh
diff --git a/tests/test_struct_arrays.sh b/tests/struct_arrays.sh
index ca1e0b2..ca1e0b2 100644
--- a/tests/test_struct_arrays.sh
+++ b/tests/struct_arrays.sh
diff --git a/tests/test_struct_basics.sh b/tests/struct_basics.sh
index 74e2458..74e2458 100644
--- a/tests/test_struct_basics.sh
+++ b/tests/struct_basics.sh
diff --git a/tests/test_struct_initialization.sh b/tests/struct_initialization.sh
index 0454c57..0454c57 100644
--- a/tests/test_struct_initialization.sh
+++ b/tests/struct_initialization.sh
diff --git a/tests/test_switch.sh b/tests/switch.sh
index d5d3dae..d5d3dae 100644
--- a/tests/test_switch.sh
+++ b/tests/switch.sh
diff --git a/tests/test_ternary_operator.sh b/tests/ternary_operator.sh
index c63f581..c63f581 100644
--- a/tests/test_ternary_operator.sh
+++ b/tests/ternary_operator.sh
diff --git a/tests/test_typedef_struct.sh b/tests/typedef_struct.sh
index 7181a86..7181a86 100644
--- a/tests/test_typedef_struct.sh
+++ b/tests/typedef_struct.sh
diff --git a/tests/test_undef.sh b/tests/undef.sh
index 27d03c6..27d03c6 100644
--- a/tests/test_undef.sh
+++ b/tests/undef.sh
diff --git a/tests/test_unions.sh b/tests/unions.sh
index b588792..b588792 100644
--- a/tests/test_unions.sh
+++ b/tests/unions.sh
diff --git a/tests/test_variadic_functions.sh b/tests/variadic_functions.sh
index ec85d9a..ec85d9a 100644
--- a/tests/test_variadic_functions.sh
+++ b/tests/variadic_functions.sh
diff --git a/tests/test_void_functions.sh b/tests/void_functions.sh
index 57116ce..57116ce 100644
--- a/tests/test_void_functions.sh
+++ b/tests/void_functions.sh