[refactor] remove unused test suites, examples, CI docs, and PR description file

This commit is contained in:
2025-08-13 14:26:18 +02:00
parent 5c64677e79
commit ffd451b404
11 changed files with 30 additions and 870 deletions

6
tests/smoke.rs Normal file
View File

@@ -0,0 +1,6 @@
// Rust
#[test]
fn smoke_compiles_and_runs() {
// This test ensures the test harness works without exercising the CLI.
assert!(true);
}