Change src/test to tests in source files, fix tidy and tests

This commit is contained in:
Albert Larsan
2023-01-05 09:45:44 +01:00
parent cf2dff2b1e
commit 40ba0e84d5
137 changed files with 315 additions and 311 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ Session.vim
.valgrindrc
.cargo
# Included because it is part of the test case
!/src/test/run-make/thumb-none-qemu/example/.cargo
!/tests/run-make/thumb-none-qemu/example/.cargo
## Configuration
/config.toml
@@ -74,6 +74,6 @@ package-lock.json
package.json
## Rustdoc GUI tests
src/test/rustdoc-gui/src/**.lock
tests/rustdoc-gui/src/**.lock
# Before adding new lines, see the comment at the top.