Skip to content

Commit

Permalink
rename integration test project
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocavalieri committed Oct 31, 2024
1 parent be177a1 commit b4ff79d
Show file tree
Hide file tree
Showing 44 changed files with 21 additions and 21 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
"test-helpers-rs",
"test-package-compiler",
"test-project-compiler",
"test-echo-output",
"test-output",
]

# common dependencies
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions test-echo-output/Cargo.toml → test-output/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "test-echo-output"
name = "test-output"
version = "1.5.0"
authors = [
"Louis Pilfold <[email protected]>",
"Giacomo Cavalieri <[email protected]>",
"Louis Pilfold <[email protected]>",
"Giacomo Cavalieri <[email protected]>",
]
edition = "2021"
license = "Apache-2.0"
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.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
source: test-echo-output/src/generated_tests.rs
source: test-output/src/generated_tests.rs
expression: "./cases/echo_bitarray"
---
--- CODE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
source: test-echo-output/src/generated_tests.rs
source: test-output/src/generated_tests.rs
expression: "./cases/echo_bool"
---
--- CODE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
source: test-echo-output/src/generated_tests.rs
source: test-output/src/generated_tests.rs
expression: "./cases/echo_custom_type"
---
--- CODE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
source: test-echo-output/src/generated_tests.rs
source: test-output/src/generated_tests.rs
expression: "./cases/echo_dict"
---
--- CODE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
source: test-echo-output/src/generated_tests.rs
source: test-output/src/generated_tests.rs
expression: "./cases/echo_float"
---
--- CODE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
source: test-echo-output/src/generated_tests.rs
source: test-output/src/generated_tests.rs
expression: "./cases/echo_function"
---
--- CODE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
source: test-echo-output/src/generated_tests.rs
source: test-output/src/generated_tests.rs
expression: "./cases/echo_importing_module_named_inspect"
---
--- CODE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
source: test-echo-output/src/generated_tests.rs
source: test-output/src/generated_tests.rs
expression: "./cases/echo_int"
---
--- CODE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
source: test-echo-output/src/generated_tests.rs
source: test-output/src/generated_tests.rs
expression: "./cases/echo_list"
---
--- CODE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
source: test-echo-output/src/generated_tests.rs
source: test-output/src/generated_tests.rs
expression: "./cases/echo_nil"
---
--- CODE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
source: test-echo-output/src/generated_tests.rs
source: test-output/src/generated_tests.rs
expression: "./cases/echo_string"
---
--- CODE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
source: test-echo-output/src/generated_tests.rs
source: test-output/src/generated_tests.rs
expression: "./cases/echo_tuple"
---
--- CODE
Expand Down

0 comments on commit b4ff79d

Please sign in to comment.