Akuli / jou

Yet another programming language
MIT License
11 stars 4 forks source link

runtests.sh: Run single tests / matching tests #412

Closed Akuli closed 7 months ago

Akuli commented 7 months ago

Would be nice to say ./runtests.sh aoc to run all tests whose path contains aoc, or ./runtests.sh inplace to run tests related to += and similar operators, etc. The tests have gottens slower over time and I no longer like running all tests whenever I change something.