Skip to content

Commit da57950

Browse files
Merge pull request #86 from makers-for-life/dev
Move back test to previous directory
2 parents ad4f494 + 8b4ce91 commit da57950

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.github/workflows/firmware-unit-tests.yml.disabled

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# build unit test
2727
mkdir build_test
2828
cd build_test
29-
cmake $GITHUB_WORKSPACE/tests/
29+
cmake $GITHUB_WORKSPACE/test/
3030
cmake --build .
3131
# Run tests
3232
ctest
File renamed without changes.

tests/README.md test/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
1. Create a build folder and navigate to it
1717
2. Run:
1818
```
19-
cmake PATH/TO/tests
19+
cmake PATH/TO/test
2020
cmake --build .
2121
```
2222
In the build folder, the test executable will be created.
File renamed without changes.

0 commit comments

Comments
 (0)