ClementTsang / rustcc

A (toy) C compiler written in Rust with no dependencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move tests to Rust's test system

ClementTsang opened this issue · comments

This was written when I was just starting to learn Rust, and apparently I didn't know how to run tests properly.