Skip to content

Commit

Permalink
normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed Jun 5, 2022
1 parent 452ff93 commit 2b548ec
Show file tree
Hide file tree
Showing 205 changed files with 416 additions and 307 deletions.
2 changes: 1 addition & 1 deletion module/alias/fundamental_data_type/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ path = "rust/impl/dt/type_constructor/fundamental_data_type_lib.rs"

[[test]]
name = "fundamental_data_type_test"
path = "rust/test/dt/type_constructor/fundamental_data_type_lib_test.rs"
path = "rust/test/dt/type_constructor/fundamental_data_type_tests.rs"

[[test]]
name = "fundamental_data_type_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/alias/instance_of/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ path = "rust/impl/typing/instance_of_lib.rs"

[[test]]
name = "instance_of_test"
path = "rust/test/typing/instance_of_lib_test.rs"
path = "rust/test/typing/instance_of_tests.rs"

[[test]]
name = "instance_of_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/alias/macro_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ path = "rust/impl/proc_macro/macro_tools_lib.rs"

[[test]]
name = "macro_tools_test"
path = "rust/test/proc_macro/macro_tools_lib_test.rs"
path = "rust/test/proc_macro/macro_tools_tests.rs"

[[test]]
name = "macro_tools_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/alias/non_std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ path = "rust/impl/non_std_lib.rs"

[[test]]
name = "non_std_test"
path = "rust/test/non_std_lib_test.rs"
path = "rust/test/non_std_tests.rs"

[[test]]
name = "non_std_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/alias/std_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ path = "rust/impl/std_tools_lib.rs"

[[test]]
name = "std_tools_test"
path = "rust/test/std_tools_lib_test.rs"
path = "rust/test/std_tools_tests.rs"

[[test]]
name = "std_tools_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/alias/std_x/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ path = "rust/impl/std_x_lib.rs"

[[test]]
name = "std_x_test"
path = "rust/test/std_x_lib_test.rs"
path = "rust/test/std_x_tests.rs"

[[test]]
name = "std_x_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/alias/wTools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ path = "rust/impl/wtools_alias_lib.rs"

[[test]]
name = "wtools_alias_test"
path = "rust/test/wtools_alias_lib_test.rs"
path = "rust/test/wtools_alias_tests.rs"

[[test]]
name = "wtools_alias_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/alias/wautomata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ path = "rust/impl/graph/wautomata_lib.rs"

[[test]]
name = "wautomata_test"
path = "rust/test/graph/wautomata_lib_test.rs"
path = "rust/test/graph/wautomata_tests.rs"

[[test]]
name = "wautomata_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/alias/willbe2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ path = "rust/impl/_blank/standard_lib.rs"

[[test]]
name = "willbe2_test"
path = "rust/test/_blank/lib_test.rs"
path = "rust/test/_blank/tests.rs"

# [[test]]
# name = "willbe2_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/alias/wproc_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ path = "rust/impl/proc_macro/wproc_macro_lib.rs"

[[test]]
name = "macro_tools_test"
path = "rust/test/proc_macro/wproc_macro_lib_test.rs"
path = "rust/test/proc_macro/wproc_macro_tests.rs"

[[test]]
name = "wproc_macro_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/blank/include_md/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ path = "rust/impl/_blank/standard_lib.rs"

# [[test]]
# name = "include_md_test"
# path = "rust/test/include_md/include_md_lib_test.rs"
# path = "rust/test/include_md/include_md_tests.rs"

# [[test]]
# name = "include_md_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/blank/math_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ path = "rust/impl/_blank/standard_lib.rs"

[[test]]
name = "template_blank_test"
path = "rust/test/_blank/lib_test.rs"
path = "rust/test/_blank/tests.rs"

# [[test]]
# name = "template_blank_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/move/automata_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ path = "rust/impl/graph/automata_tools_lib.rs"

[[test]]
name = "automata_tools_test"
path = "rust/test/graph/automata_tools_lib_test.rs"
path = "rust/test/graph/automata_tools_tests.rs"

[[test]]
name = "automata_tools_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/move/fs_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ path = "rust/impl/fs/fs_tools_lib.rs"

[[test]]
name = "fs_tools_test"
path = "rust/test/fs/fs_tools_lib_test.rs"
path = "rust/test/fs/fs_tools_tests.rs"

[[test]]
name = "fs_tools_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/move/graphs_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ path = "rust/impl/graph/graphs_tools_lib.rs"

[[test]]
name = "graphs_tools_test"
path = "rust/test/graph/graphs_tools_lib_test.rs"
path = "rust/test/graph/graphs_tools_tests.rs"

[[test]]
name = "graphs_tools_smoke_test"
Expand Down
4 changes: 2 additions & 2 deletions module/move/wca/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ path = "rust/impl/ca/wca_lib.rs"

[[test]]
name = "wca_test"
path = "rust/test/ca/mod.rs"
path = "rust/test/ca/wca_tests.rs"

[[test]]
name = "wca_smoke_test"
Expand All @@ -45,7 +45,7 @@ path = "rust/test/_integration_test/smoke_test.rs"
wtools = { version = "~0.2", path = "../../rust/wtools" }
former = { version = "~0.1", path = "../../rust/former" }
wstring_tools = { version = "~0.1", path = "../../rust/wstring_tools" }
maplit = "1.0.2"
# maplit = "1.0.2"

[dev-dependencies]
test_tools = { version = "~0.1", path = "../../rust/test_tools" }
2 changes: 1 addition & 1 deletion module/move/wcensor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ path = "rust/impl/censor/entry.rs"

[[test]]
name = "censor_test"
path = "rust/test/censor/censor_test.rs"
path = "rust/test/censor/tests.rs"

[[test]]
name = "censor_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/move/willbe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ path = "rust/impl/_blank/standard_lib.rs"

[[test]]
name = "willbe_test"
path = "rust/test/_blank/lib_test.rs"
path = "rust/test/_blank/tests.rs"

# [[test]]
# name = "willbe_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/move/wlang/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ path = "rust/impl/_blank/standard_lib.rs"

[[test]]
name = "wlang_test"
path = "rust/test/_blank/lib_test.rs"
path = "rust/test/_blank/tests.rs"

[[test]]
name = "wlang_smoke_test"
Expand Down
6 changes: 5 additions & 1 deletion module/move/wpublisher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,17 @@ use_std = []
use_alloc = []
default = [ "use_std" ]

[lib]
name = "wpublisher"
path = "rust/impl/publisher/lib.rs"

[[bin]]
name = "wpublisher"
path = "rust/impl/publisher/entry.rs"

[[test]]
name = "publisher_test"
path = "rust/test/publisher/mod.rs"
path = "rust/test/publisher/wpublisher_tests.rs"

[[test]]
name = "publisher_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/move/wpublisher/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ wpublisher .publish ./ dry:1

### To install

```
``` shell
cargo install wpublisher
```
2 changes: 1 addition & 1 deletion module/move/wtest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ path = "rust/impl/test/wtest_lib.rs"

[[test]]
name = "wtest_test"
path = "rust/test/test/wtest_lib_test.rs"
path = "rust/test/test/wtest_tests.rs"

[[test]]
name = "wtest_smoke_test"
Expand Down
4 changes: 2 additions & 2 deletions module/rust/_integration_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Integration test.

[[bin]]
name = "integration_test"
path = "rust/test/_integration_test/smoke_main.rs"
path = "rust/test/_integration_test/smoke_entry.rs"

[[test]]
name = "integration_test"
path = "rust/test/_integration_test/_integration_test.rs"
path = "rust/test/_integration_test/integration_tests.rs"

[dependencies]

Expand Down
2 changes: 1 addition & 1 deletion module/rust/data_type/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ path = "rust/impl/dt/data_type_lib.rs"

[[test]]
name = "data_type_test"
path = "rust/test/dt/data_type_lib_test.rs"
path = "rust/test/dt/data_type_tests.rs"

[[test]]
name = "data_type_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/rust/derive_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ path = "rust/impl/derive/lib.rs"

[[test]]
name = "derive_tools_test"
path = "rust/test/derive/derive_lib_test.rs"
path = "rust/test/derive/derive_tests.rs"

[[test]]
name = "derive_tools_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/rust/diagnostics_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ path = "rust/impl/diagnostics/lib.rs"

[[test]]
name = "diagnostics_tools_test"
path = "rust/test/diagnostics/lib_test.rs"
path = "rust/test/diagnostics/tests.rs"

[[test]]
name = "diagnostics_tools_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/rust/for_each/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ path = "rust/impl/meta/for_each/lib.rs"

[[test]]
name = "for_each_test"
path = "rust/test/meta/for_each_lib_test.rs"
path = "rust/test/meta/for_each_tests.rs"

[[test]]
name = "for_each_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/rust/former/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ path = "rust/impl/former/front/lib.rs"

[[test]]
name = "former_test"
path = "rust/test/former/former_front_lib_test.rs"
path = "rust/test/former/former_front_tests.rs"

[[test]]
name = "former_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/rust/former_runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ path = "rust/impl/former/runtime/lib.rs"

[[test]]
name = "former_runtime_test"
path = "rust/test/former/former_runtime_lib_test.rs"
path = "rust/test/former/former_runtime_tests.rs"

[dependencies]

Expand Down
2 changes: 1 addition & 1 deletion module/rust/implements/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ path = "rust/impl/typing/implements_lib.rs"

[[test]]
name = "implements_test"
path = "rust/test/typing/implements_lib_test.rs"
path = "rust/test/typing/implements_tests.rs"

[[test]]
name = "implements_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/rust/impls_index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ path = "rust/impl/meta/impls_index/front/lib.rs"

[[test]]
name = "impls_index_test"
path = "rust/test/meta/impls_index_lib_test.rs"
path = "rust/test/meta/impls_index_tests.rs"

[[test]]
name = "impls_index_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/rust/inspect_type/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ path = "rust/impl/typing/inspect_type_lib.rs"

[[test]]
name = "inspect_type_test"
path = "rust/test/typing/inspect_type_lib_test.rs"
path = "rust/test/typing/inspect_type_tests.rs"

[[test]]
name = "inspect_type_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/rust/is_slice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ path = "rust/impl/typing/is_slice_lib.rs"

[[test]]
name = "is_slice_test"
path = "rust/test/typing/is_slice_lib_test.rs"
path = "rust/test/typing/is_slice_tests.rs"

[[test]]
name = "is_slice_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/rust/iter_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ path = "rust/impl/iter/lib.rs"

[[test]]
name = "iter_tools_test"
path = "rust/test/iter/lib_test.rs"
path = "rust/test/iter/tests.rs"

[[test]]
name = "iter_tools_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/rust/meta_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ path = "rust/impl/meta/meta_tools_lib.rs"

[[test]]
name = "meta_tools_test"
path = "rust/test/meta/meta_tools_lib_test.rs"
path = "rust/test/meta/meta_tools_tests.rs"

[[test]]
name = "meta_tools_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/rust/meta_tools_min/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ path = "rust/impl/meta/meta_tools_min_lib.rs"

[[test]]
name = "meta_tools_min_test"
path = "rust/test/meta/meta_tools_min_lib_test.rs"
path = "rust/test/meta/meta_tools_min_tests.rs"

[[test]]
name = "meta_tools_min_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/rust/mod_interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ path = "rust/impl/meta/mod_interface/front/lib.rs"

[[test]]
name = "mod_interface_test"
path = "rust/test/meta/mod_interface_lib_test.rs"
path = "rust/test/meta/mod_interface_tests.rs"

[[test]]
name = "mod_interface_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/rust/mod_interface_runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ path = "rust/impl/meta/mod_interface/runtime/lib.rs"

[[test]]
name = "mod_interface_runtime_test"
path = "rust/test/meta/mod_interface_runtime_lib_test.rs"
path = "rust/test/meta/mod_interface_runtime_tests.rs"

[dependencies]

Expand Down
2 changes: 1 addition & 1 deletion module/rust/proc_macro_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ path = "rust/impl/proc_macro/lib.rs"

[[test]]
name = "proc_macro_tools_test"
path = "rust/test/proc_macro/proc_macro_tools_lib_test.rs"
path = "rust/test/proc_macro/proc_macro_tools_tests.rs"

[[test]]
name = "proc_macro_tools_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/rust/test_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ path = "rust/impl/test/test_tools_lib.rs"

[[test]]
name = "test_tools_test"
path = "rust/test/test/test_tools_lib_test.rs"
path = "rust/test/test/test_tools_tests.rs"

[[test]]
name = "test_tools_smoke_test"
Expand Down
2 changes: 1 addition & 1 deletion module/rust/time_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ path = "rust/impl/time/lib.rs"

[[test]]
name = "time_tools_test"
path = "rust/test/time/lib_test.rs"
path = "rust/test/time/tests.rs"

[[test]]
name = "time_tools_smoke_test"
Expand Down
Loading

0 comments on commit 2b548ec

Please sign in to comment.