Skip to content

Commit

Permalink
Add core and trycmd tests; bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Apr 16, 2024
1 parent 61822a3 commit 34890f0
Show file tree
Hide file tree
Showing 86 changed files with 5,440 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -17,7 +17,7 @@ name = "humility"
#
# Be sure to check in and push all of the files that change. Happy versioning!
#
version = "0.11.3"
version = "0.11.4"
authors = ["Bryan Cantrill <bryan@oxide.computer>"]
edition = "2018"
license = "MPL-2.0"
Expand Down
4 changes: 2 additions & 2 deletions tests/cmd/chip.trycmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For more information try --help

```
$ humility --chip this-can-be-anything -V
humility 0.11.3
humility 0.11.4

```

Expand All @@ -28,7 +28,7 @@ For more information try --help

```
$ humility -c apx432 -V
humility 0.11.3
humility 0.11.4

```

Binary file added tests/cmd/cores/hubris.core.u16-ringbuf
Binary file not shown.
1 change: 1 addition & 0 deletions tests/cmd/counters-arg/counters-arg.u16-ringbuf.stderr

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

39 changes: 39 additions & 0 deletions tests/cmd/counters-arg/counters-arg.u16-ringbuf.stdout

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

10 changes: 10 additions & 0 deletions tests/cmd/counters-arg/counters-arg.u16-ringbuf.toml

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

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

492 changes: 492 additions & 0 deletions tests/cmd/counters-csv-full/counters-csv-full.u16-ringbuf.stdout

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions tests/cmd/counters-csv-full/counters-csv-full.u16-ringbuf.toml

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

1 change: 1 addition & 0 deletions tests/cmd/counters-csv/counters-csv.u16-ringbuf.stderr

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

29 changes: 29 additions & 0 deletions tests/cmd/counters-csv/counters-csv.u16-ringbuf.stdout

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

10 changes: 10 additions & 0 deletions tests/cmd/counters-csv/counters-csv.u16-ringbuf.toml

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

1 change: 1 addition & 0 deletions tests/cmd/counters-full/counters-full.u16-ringbuf.stderr

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

Loading

0 comments on commit 34890f0

Please sign in to comment.