Skip to content

Commit

Permalink
tdd.sh -> scripts/tdd.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MacDada committed Apr 30, 2023
1 parent 5533426 commit e11137b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ Unit Tests
as it would build tests do deploy on the embedded device.

* TDD workflow: watches for file changes and runs test(s) immediately, in a continuous loop.
* `./tdd.sh native/Foo/test_Foo` – pass path to the test as the first argument.
* It is best to configure `External Tools` and `Keymap` in `Clion` to run `tdd.sh`.
* `./scripts/tdd.sh native/Foo/test_Foo` – pass path to the test as the first argument.
* It is best to configure `External Tools` and `Keymap` in `Clion` to run `scripts/tdd.sh`.
* See more info inside the file.

---
Expand Down
4 changes: 2 additions & 2 deletions tdd.sh → scripts/tdd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# Env is decided automatically from first dir after test root dir.
#
# Example usage:
# * `./tdd.sh "test/native/*"`
# * `./tdd.sh "test/native/Foo/test_foo/"`
# * `./scripts/tdd.sh "test/native/*"`
# * `./scripts/tdd.sh "test/native/Foo/test_foo/"`
#
# Thanks to `jcw` for inspiration:
# https://community.platformio.org/t/a-new-pio-tdd-workflow/21431
Expand Down

0 comments on commit e11137b

Please sign in to comment.