Skip to content

Commit

Permalink
Improve rust modules, rename samples without postfix _sample
Browse files Browse the repository at this point in the history
  • Loading branch information
dmvict committed Jun 6, 2022
1 parent a2549a2 commit fc4e28c
Show file tree
Hide file tree
Showing 42 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions module/alias/instance_of/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ name = "instance_of_smoke_test"
path = "rust/test/_integration_test/smoke_test.rs"

[[example]]
name = "instance_of_trivial"
path = "sample/rust/instance_of_trivial/src/main.rs"
name = "instance_of_trivial_sample"
path = "sample/rust/instance_of_trivial_sample/src/main.rs"

[dependencies]
implements = { version = "~0.1", path = "../../rust/implements" }
Expand Down
4 changes: 2 additions & 2 deletions module/rust/former/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ name = "former_smoke_test"
path = "rust/test/_integration_test/smoke_test.rs"

[[example]]
name = "former_trivial"
path = "sample/rust/former_trivial/src/main.rs"
name = "former_trivial_sample"
path = "sample/rust/former_trivial_sample/src/main.rs"

[dependencies]
former_meta = { version = "~0.1", path = "../../rust/former_meta" }
Expand Down
4 changes: 2 additions & 2 deletions module/rust/implements/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ name = "implements_smoke_test"
path = "rust/test/_integration_test/smoke_test.rs"

[[example]]
name = "implements_trivial"
path = "sample/rust/implements_trivial/src/main.rs"
name = "implements_trivial_sample"
path = "sample/rust/implements_trivial_sample/src/main.rs"

[dependencies]

Expand Down
4 changes: 2 additions & 2 deletions module/rust/inspect_type/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ name = "inspect_type_smoke_test"
path = "rust/test/_integration_test/smoke_test.rs"

[[example]]
name = "inspect_type_trivial"
path = "sample/rust/inspect_type_trivial/src/main.rs"
name = "inspect_type_trivial_sample"
path = "sample/rust/inspect_type_trivial_sample/src/main.rs"

[dependencies]

Expand Down
4 changes: 2 additions & 2 deletions module/rust/is_slice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ name = "is_slice_smoke_test"
path = "rust/test/_integration_test/smoke_test.rs"

[[example]]
name = "is_slice_trivial"
path = "sample/rust/is_slice_trivial/src/main.rs"
name = "is_slice_trivial_sample"
path = "sample/rust/is_slice_trivial_sample/src/main.rs"

[dependencies]

Expand Down
4 changes: 2 additions & 2 deletions module/rust/iter_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ name = "iter_tools_smoke_test"
path = "rust/test/_integration_test/smoke_test.rs"

[[example]]
name = "iter_tools_trivial"
path = "sample/rust/iter_tools_trivial/src/main.rs"
name = "iter_tools_trivial_sample"
path = "sample/rust/iter_tools_trivial_sample/src/main.rs"

[dependencies]
itertools = { version = "~0.10.3" }
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 @@ -47,7 +47,7 @@ path = "rust/test/_integration_test/smoke_test.rs"

[[example]]
name = "proc_macro_trivial_sample"
path = "sample/rust/proc_macro_tools_trivial/src/main.rs"
path = "sample/rust/proc_macro_tools_trivial_sample/src/main.rs"
# qqq : for Dima : normalize names of samples, missing postfix _sample

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions module/rust/time_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ name = "time_tools_smoke_test"
path = "rust/test/_integration_test/smoke_test.rs"

[[example]]
name = "time_tools_trivial"
path = "sample/rust/time_tools_trivial/src/main.rs"
name = "time_tools_trivial_sample"
path = "sample/rust/time_tools_trivial_sample/src/main.rs"

[dependencies]
chrono = { version = "~0.4", optional = true, default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions module/rust/typing_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ name = "typing_tools_smoke_test"
path = "rust/test/_integration_test/smoke_test.rs"

[[example]]
name = "typing_tools_trivial"
path = "sample/rust/typing_tools_trivial/src/main.rs"
name = "typing_tools_trivial_sample"
path = "sample/rust/typing_tools_trivial_sample/src/main.rs"

[dependencies]
inspect_type = { version = "~0.1", path = "../../rust/inspect_type", optional = true, default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions module/rust/werror/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ name = "werror_smoke_test"
path = "rust/test/_integration_test/smoke_test.rs"

[[example]]
name = "error_trivial"
path = "sample/rust/error_trivial/src/main.rs"
name = "error_trivial_sample"
path = "sample/rust/error_trivial_sample/src/main.rs"

[dependencies]

Expand Down
4 changes: 2 additions & 2 deletions module/rust/winterval/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ name = "winterval_smoke_test"
path = "rust/test/_integration_test/smoke_test.rs"

[[example]]
name = "winterval_trivial"
path = "sample/rust/winterval_trivial/src/main.rs"
name = "winterval_trivial_sample"
path = "sample/rust/winterval_trivial_sample/src/main.rs"

[dependencies]

Expand Down
4 changes: 2 additions & 2 deletions module/rust/woptions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ name = "woptions_smoke_test"
path = "rust/test/_integration_test/smoke_test.rs"

[[example]]
name = "woptions_trivial"
path = "sample/rust/woptions_trivial/src/main.rs"
name = "woptions_trivial_sample"
path = "sample/rust/woptions_trivial_sample/src/main.rs"

[dependencies]
woptions_meta = { version = "~0.1", path = "../../rust/woptions_meta" }
Expand Down
4 changes: 2 additions & 2 deletions module/rust/wstring_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ name = "string_smoke_test"
path = "rust/test/_integration_test/smoke_test.rs"

[[example]]
name = "wstring_tools_trivial"
path = "sample/rust/wstring_tools_trivial/src/main.rs"
name = "wstring_tools_trivial_sample"
path = "sample/rust/wstring_tools_trivial_sample/src/main.rs"
# zzz : check

[dependencies]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fc4e28c

Please sign in to comment.