tests2: move into tests
commit60cf64612c1d0a94c15eed3243ef869356e81d79
authorgrischka <grischka>
Tue, 5 Feb 2013 12:22:36 +0000 (5 13:22 +0100)
committergrischka <grischka>
Tue, 5 Feb 2013 12:22:36 +0000 (5 13:22 +0100)
treea6992817cbf301c93c56925b27c15c22fd1290d4
parent6c4d3244dacbf8dfd53deaed81b8b61d00714f37
tests2: move into tests
112 files changed:
tests/tests2/00_assignment.c [moved from tests2/00_assignment.c with 100% similarity]
tests/tests2/00_assignment.expect [moved from tests2/00_assignment.expect with 100% similarity]
tests/tests2/01_comment.c [moved from tests2/01_comment.c with 100% similarity]
tests/tests2/01_comment.expect [moved from tests2/01_comment.expect with 100% similarity]
tests/tests2/02_printf.c [moved from tests2/02_printf.c with 100% similarity]
tests/tests2/02_printf.expect [moved from tests2/02_printf.expect with 100% similarity]
tests/tests2/03_struct.c [moved from tests2/03_struct.c with 100% similarity]
tests/tests2/03_struct.expect [moved from tests2/03_struct.expect with 100% similarity]
tests/tests2/04_for.c [moved from tests2/04_for.c with 100% similarity]
tests/tests2/04_for.expect [moved from tests2/04_for.expect with 100% similarity]
tests/tests2/05_array.c [moved from tests2/05_array.c with 100% similarity]
tests/tests2/05_array.expect [moved from tests2/05_array.expect with 100% similarity]
tests/tests2/06_case.c [moved from tests2/06_case.c with 100% similarity]
tests/tests2/06_case.expect [moved from tests2/06_case.expect with 100% similarity]
tests/tests2/07_function.c [moved from tests2/07_function.c with 100% similarity]
tests/tests2/07_function.expect [moved from tests2/07_function.expect with 100% similarity]
tests/tests2/08_while.c [moved from tests2/08_while.c with 100% similarity]
tests/tests2/08_while.expect [moved from tests2/08_while.expect with 100% similarity]
tests/tests2/09_do_while.c [moved from tests2/09_do_while.c with 100% similarity]
tests/tests2/09_do_while.expect [moved from tests2/09_do_while.expect with 100% similarity]
tests/tests2/10_pointer.c [moved from tests2/10_pointer.c with 100% similarity]
tests/tests2/10_pointer.expect [moved from tests2/10_pointer.expect with 100% similarity]
tests/tests2/11_precedence.c [moved from tests2/11_precedence.c with 100% similarity]
tests/tests2/11_precedence.expect [moved from tests2/11_precedence.expect with 100% similarity]
tests/tests2/12_hashdefine.c [moved from tests2/12_hashdefine.c with 100% similarity]
tests/tests2/12_hashdefine.expect [moved from tests2/12_hashdefine.expect with 100% similarity]
tests/tests2/13_integer_literals.c [moved from tests2/13_integer_literals.c with 100% similarity]
tests/tests2/13_integer_literals.expect [moved from tests2/13_integer_literals.expect with 100% similarity]
tests/tests2/14_if.c [moved from tests2/14_if.c with 100% similarity]
tests/tests2/14_if.expect [moved from tests2/14_if.expect with 100% similarity]
tests/tests2/15_recursion.c [moved from tests2/15_recursion.c with 100% similarity]
tests/tests2/15_recursion.expect [moved from tests2/15_recursion.expect with 100% similarity]
tests/tests2/16_nesting.c [moved from tests2/16_nesting.c with 100% similarity]
tests/tests2/16_nesting.expect [moved from tests2/16_nesting.expect with 100% similarity]
tests/tests2/17_enum.c [moved from tests2/17_enum.c with 100% similarity]
tests/tests2/17_enum.expect [moved from tests2/17_enum.expect with 100% similarity]
tests/tests2/18_include.c [moved from tests2/18_include.c with 100% similarity]
tests/tests2/18_include.expect [moved from tests2/18_include.expect with 100% similarity]
tests/tests2/18_include.h [moved from tests2/18_include.h with 100% similarity]
tests/tests2/19_pointer_arithmetic.c [moved from tests2/19_pointer_arithmetic.c with 100% similarity]
tests/tests2/19_pointer_arithmetic.expect [moved from tests2/19_pointer_arithmetic.expect with 100% similarity]
tests/tests2/20_pointer_comparison.c [moved from tests2/20_pointer_comparison.c with 100% similarity]
tests/tests2/20_pointer_comparison.expect [moved from tests2/20_pointer_comparison.expect with 100% similarity]
tests/tests2/21_char_array.c [moved from tests2/21_char_array.c with 100% similarity]
tests/tests2/21_char_array.expect [moved from tests2/21_char_array.expect with 100% similarity]
tests/tests2/22_floating_point.c [moved from tests2/22_floating_point.c with 100% similarity]
tests/tests2/22_floating_point.expect [moved from tests2/22_floating_point.expect with 100% similarity]
tests/tests2/23_type_coercion.c [moved from tests2/23_type_coercion.c with 100% similarity]
tests/tests2/23_type_coercion.expect [moved from tests2/23_type_coercion.expect with 100% similarity]
tests/tests2/24_math_library.c [moved from tests2/24_math_library.c with 100% similarity]
tests/tests2/24_math_library.expect [moved from tests2/24_math_library.expect with 100% similarity]
tests/tests2/25_quicksort.c [moved from tests2/25_quicksort.c with 100% similarity]
tests/tests2/25_quicksort.expect [moved from tests2/25_quicksort.expect with 100% similarity]
tests/tests2/26_character_constants.c [moved from tests2/26_character_constants.c with 100% similarity]
tests/tests2/26_character_constants.expect [moved from tests2/26_character_constants.expect with 100% similarity]
tests/tests2/27_sizeof.c [moved from tests2/27_sizeof.c with 100% similarity]
tests/tests2/27_sizeof.expect [moved from tests2/27_sizeof.expect with 100% similarity]
tests/tests2/28_strings.c [moved from tests2/28_strings.c with 100% similarity]
tests/tests2/28_strings.expect [moved from tests2/28_strings.expect with 100% similarity]
tests/tests2/29_array_address.c [moved from tests2/29_array_address.c with 100% similarity]
tests/tests2/29_array_address.expect [moved from tests2/29_array_address.expect with 100% similarity]
tests/tests2/30_hanoi.c [moved from tests2/30_hanoi.c with 100% similarity]
tests/tests2/30_hanoi.expect [moved from tests2/30_hanoi.expect with 100% similarity]
tests/tests2/31_args.c [moved from tests2/31_args.c with 100% similarity]
tests/tests2/31_args.expect [moved from tests2/31_args.expect with 100% similarity]
tests/tests2/32_led.c [moved from tests2/32_led.c with 100% similarity]
tests/tests2/32_led.expect [moved from tests2/32_led.expect with 100% similarity]
tests/tests2/33_ternary_op.c [moved from tests2/33_ternary_op.c with 100% similarity]
tests/tests2/33_ternary_op.expect [moved from tests2/33_ternary_op.expect with 100% similarity]
tests/tests2/34_array_assignment.c [moved from tests2/34_array_assignment.c with 100% similarity]
tests/tests2/34_array_assignment.expect [moved from tests2/34_array_assignment.expect with 100% similarity]
tests/tests2/35_sizeof.c [moved from tests2/35_sizeof.c with 100% similarity]
tests/tests2/35_sizeof.expect [moved from tests2/35_sizeof.expect with 100% similarity]
tests/tests2/36_array_initialisers.c [moved from tests2/36_array_initialisers.c with 100% similarity]
tests/tests2/36_array_initialisers.expect [moved from tests2/36_array_initialisers.expect with 100% similarity]
tests/tests2/37_sprintf.c [moved from tests2/37_sprintf.c with 100% similarity]
tests/tests2/37_sprintf.expect [moved from tests2/37_sprintf.expect with 100% similarity]
tests/tests2/38_multiple_array_index.c [moved from tests2/38_multiple_array_index.c with 100% similarity]
tests/tests2/38_multiple_array_index.expect [moved from tests2/38_multiple_array_index.expect with 100% similarity]
tests/tests2/39_typedef.c [moved from tests2/39_typedef.c with 100% similarity]
tests/tests2/39_typedef.expect [moved from tests2/39_typedef.expect with 100% similarity]
tests/tests2/40_stdio.c [moved from tests2/40_stdio.c with 100% similarity]
tests/tests2/40_stdio.expect [moved from tests2/40_stdio.expect with 100% similarity]
tests/tests2/41_hashif.c [moved from tests2/41_hashif.c with 100% similarity]
tests/tests2/41_hashif.expect [moved from tests2/41_hashif.expect with 100% similarity]
tests/tests2/42_function_pointer.c [moved from tests2/42_function_pointer.c with 100% similarity]
tests/tests2/42_function_pointer.expect [moved from tests2/42_function_pointer.expect with 100% similarity]
tests/tests2/43_void_param.c [moved from tests2/43_void_param.c with 100% similarity]
tests/tests2/43_void_param.expect [moved from tests2/43_void_param.expect with 100% similarity]
tests/tests2/44_scoped_declarations.c [moved from tests2/44_scoped_declarations.c with 100% similarity]
tests/tests2/44_scoped_declarations.expect [moved from tests2/44_scoped_declarations.expect with 100% similarity]
tests/tests2/45_empty_for.c [moved from tests2/45_empty_for.c with 100% similarity]
tests/tests2/45_empty_for.expect [moved from tests2/45_empty_for.expect with 100% similarity]
tests/tests2/46_grep.c [moved from tests2/46_grep.c with 100% similarity]
tests/tests2/47_switch_return.c [moved from tests2/47_switch_return.c with 100% similarity]
tests/tests2/47_switch_return.expect [moved from tests2/47_switch_return.expect with 100% similarity]
tests/tests2/48_nested_break.c [moved from tests2/48_nested_break.c with 100% similarity]
tests/tests2/48_nested_break.expect [moved from tests2/48_nested_break.expect with 100% similarity]
tests/tests2/49_bracket_evaluation.c [moved from tests2/49_bracket_evaluation.c with 100% similarity]
tests/tests2/49_bracket_evaluation.expect [moved from tests2/49_bracket_evaluation.expect with 100% similarity]
tests/tests2/50_logical_second_arg.c [moved from tests2/50_logical_second_arg.c with 100% similarity]
tests/tests2/50_logical_second_arg.expect [moved from tests2/50_logical_second_arg.expect with 100% similarity]
tests/tests2/51_static.c [moved from tests2/51_static.c with 100% similarity]
tests/tests2/51_static.expect [moved from tests2/51_static.expect with 100% similarity]
tests/tests2/52_unnamed_enum.c [moved from tests2/52_unnamed_enum.c with 100% similarity]
tests/tests2/52_unnamed_enum.expect [moved from tests2/52_unnamed_enum.expect with 100% similarity]
tests/tests2/54_goto.c [moved from tests2/54_goto.c with 100% similarity]
tests/tests2/54_goto.expect [moved from tests2/54_goto.expect with 100% similarity]
tests/tests2/55_lshift_type.c [moved from tests2/55_lshift_type.c with 100% similarity]
tests/tests2/55_lshift_type.expect [moved from tests2/55_lshift_type.expect with 100% similarity]
tests/tests2/LICENSE [moved from tests2/LICENSE with 100% similarity]
tests/tests2/Makefile [moved from tests2/Makefile with 100% similarity]