6 Commits

Author SHA1 Message Date
Eric Ratliff
a517fba88a WSL cargo test is now working 2026-02-23 12:55:28 -06:00
Eric Ratliff
3570777a0d Looking for dependencies on test for a better UX 2026-02-23 12:42:43 -06:00
Eric Ratliff
8374cb6079 There was still one occasional problem while running cargo test, it would fail sometimes. Added a serial preprocessor to ensure the underlying arduino command didn't run pipelined. That fixed the problem
Some checks failed
CI / Test (Linux) (push) Has been cancelled
CI / Test (Windows MSVC) (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Format (push) Has been cancelled
2026-02-23 08:17:30 -06:00
Eric Ratliff
7e8d7ecce5 Switched to build.ps1
Some checks failed
CI / Test (Linux) (push) Has been cancelled
CI / Test (Windows MSVC) (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Format (push) Has been cancelled
- Batch script had issues reading from cargo toml file
- Issues were revealed in cargo test (awesome!)
- build.bat is now a wrapper for build.ps1
2026-02-23 07:54:27 -06:00
Eric Ratliff
1ede07df81 Disabled script execution tests for now. This commit is good but doesn't include a working script execution test, which tests build.bat and build.sh and test.bat/test.sh, etc. in the generated project.
Some checks failed
CI / Test (Windows MSVC) (push) Has been cancelled
CI / Test (Linux) (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Format (push) Has been cancelled
2026-02-22 21:49:34 -06:00
Eric Ratliff
6a0b3af330 Trying to fix some build errors with regression tests, but this is failing 2026-02-22 19:10:40 -06:00