test: move shunit2 tests under standalone subdirectory
authorPetr Štetiar <ynezz@true.cz>
Fri, 1 Nov 2019 08:11:48 +0000 (09:11 +0100)
committerPetr Štetiar <ynezz@true.cz>
Thu, 14 Nov 2019 16:11:08 +0000 (17:11 +0100)
commit0ca93fec701a6779384c62e01fae2267922ded7a
treeb48936cfb7b459f92ba07f8856aebd3772dc88ac
parentfc417e808087f96466d9ce18819e16476af9527b
test: move shunit2 tests under standalone subdirectory

So we could start adding other tests as well. While at it rename the
parent directory from test to the more common tests name.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
105 files changed:
.gitignore
test/Makefile [deleted file]
test/README [deleted file]
test/config/network [deleted file]
test/references/add_list_changes.result [deleted file]
test/references/add_list_config.result [deleted file]
test/references/add_list_show.result [deleted file]
test/references/add_section.result [deleted file]
test/references/batch_comments.result [deleted file]
test/references/batch_set.result [deleted file]
test/references/cli.options.delta.commit.result [deleted file]
test/references/cli.options.delta.export.result [deleted file]
test/references/del_list_config.result [deleted file]
test/references/del_list_multiline_config.result [deleted file]
test/references/export.data [deleted file]
test/references/export.result [deleted file]
test/references/get.data [deleted file]
test/references/get_multiline.data [deleted file]
test/references/get_parsing.data [deleted file]
test/references/import.data [deleted file]
test/references/import.result [deleted file]
test/references/revert_option.result [deleted file]
test/references/revert_option_multiline.result [deleted file]
test/references/revert_section.result [deleted file]
test/references/set_existing_option.data [deleted file]
test/references/set_existing_option.result [deleted file]
test/references/set_existing_option_multiline.result [deleted file]
test/references/set_named_section.result [deleted file]
test/references/set_nonexisting_option.data [deleted file]
test/references/set_nonexisting_option.result [deleted file]
test/references/set_nonexisting_option_multiline.result [deleted file]
test/references/set_parsing.data [deleted file]
test/references/set_parsing_multiline.data [deleted file]
test/references/show_parsing.data [deleted file]
test/references/show_parsing_multiline.data [deleted file]
test/references/show_parsing_multiline_option.result [deleted file]
test/references/show_parsing_multiline_package.result [deleted file]
test/references/show_parsing_multiline_section.result [deleted file]
test/references/ucimap_example_1.result [deleted file]
test/references/ucimap_example_2.result [deleted file]
test/shunit2/shunit2 [deleted file]
test/tests.d/000_import [deleted file]
test/tests.d/010_export [deleted file]
test/tests.d/020_get [deleted file]
test/tests.d/030_set [deleted file]
test/tests.d/040_add [deleted file]
test/tests.d/050_show [deleted file]
test/tests.d/060_batch [deleted file]
test/tests.d/070_revert [deleted file]
test/tests.d/080_list [deleted file]
test/tests.d/090_cli_options [deleted file]
test/tests.d/100_changes [deleted file]
test/tests.sh [deleted file]
tests/shunit2/Makefile [new file with mode: 0644]
tests/shunit2/README [new file with mode: 0644]
tests/shunit2/config/network [new file with mode: 0644]
tests/shunit2/references/add_list_changes.result [new file with mode: 0644]
tests/shunit2/references/add_list_config.result [new file with mode: 0644]
tests/shunit2/references/add_list_show.result [new file with mode: 0644]
tests/shunit2/references/add_section.result [new file with mode: 0644]
tests/shunit2/references/batch_comments.result [new file with mode: 0644]
tests/shunit2/references/batch_set.result [new file with mode: 0644]
tests/shunit2/references/cli.options.delta.commit.result [new file with mode: 0644]
tests/shunit2/references/cli.options.delta.export.result [new file with mode: 0644]
tests/shunit2/references/del_list_config.result [new file with mode: 0644]
tests/shunit2/references/del_list_multiline_config.result [new file with mode: 0644]
tests/shunit2/references/export.data [new file with mode: 0644]
tests/shunit2/references/export.result [new file with mode: 0644]
tests/shunit2/references/get.data [new file with mode: 0644]
tests/shunit2/references/get_multiline.data [new file with mode: 0644]
tests/shunit2/references/get_parsing.data [new file with mode: 0644]
tests/shunit2/references/import.data [new file with mode: 0644]
tests/shunit2/references/import.result [new file with mode: 0644]
tests/shunit2/references/revert_option.result [new file with mode: 0644]
tests/shunit2/references/revert_option_multiline.result [new file with mode: 0644]
tests/shunit2/references/revert_section.result [new file with mode: 0644]
tests/shunit2/references/set_existing_option.data [new file with mode: 0644]
tests/shunit2/references/set_existing_option.result [new file with mode: 0644]
tests/shunit2/references/set_existing_option_multiline.result [new file with mode: 0644]
tests/shunit2/references/set_named_section.result [new file with mode: 0644]
tests/shunit2/references/set_nonexisting_option.data [new file with mode: 0644]
tests/shunit2/references/set_nonexisting_option.result [new file with mode: 0644]
tests/shunit2/references/set_nonexisting_option_multiline.result [new file with mode: 0644]
tests/shunit2/references/set_parsing.data [new file with mode: 0644]
tests/shunit2/references/set_parsing_multiline.data [new file with mode: 0644]
tests/shunit2/references/show_parsing.data [new file with mode: 0644]
tests/shunit2/references/show_parsing_multiline.data [new file with mode: 0644]
tests/shunit2/references/show_parsing_multiline_option.result [new file with mode: 0644]
tests/shunit2/references/show_parsing_multiline_package.result [new file with mode: 0644]
tests/shunit2/references/show_parsing_multiline_section.result [new file with mode: 0644]
tests/shunit2/references/ucimap_example_1.result [new file with mode: 0644]
tests/shunit2/references/ucimap_example_2.result [new file with mode: 0644]
tests/shunit2/shunit2/shunit2 [new file with mode: 0644]
tests/shunit2/tests.d/000_import [new file with mode: 0644]
tests/shunit2/tests.d/010_export [new file with mode: 0644]
tests/shunit2/tests.d/020_get [new file with mode: 0644]
tests/shunit2/tests.d/030_set [new file with mode: 0644]
tests/shunit2/tests.d/040_add [new file with mode: 0644]
tests/shunit2/tests.d/050_show [new file with mode: 0644]
tests/shunit2/tests.d/060_batch [new file with mode: 0644]
tests/shunit2/tests.d/070_revert [new file with mode: 0644]
tests/shunit2/tests.d/080_list [new file with mode: 0644]
tests/shunit2/tests.d/090_cli_options [new file with mode: 0644]
tests/shunit2/tests.d/100_changes [new file with mode: 0644]
tests/shunit2/tests.sh [new file with mode: 0644]