Files
asd-backend/tests/integration_test.rs
Milky0217 74c72d9d2f 添加集成测试框架,更新 .gitignore
- 添加 tests/integration_test.rs 测试框架
- .gitignore 排除 .sisyphus/ 工作区目录
2026-03-25 13:18:25 +08:00

5 lines
66 B
Rust

#[test]
fn test_basic_compilation() {
assert_eq!(2 + 2, 4);
}