pnkfelix / krabcake

Umbrella repository for Krabcake experiments
Other
46 stars 1 forks source link

Add filter flag to kc, and use it to run baseline test in make go #12

Closed bryangarza closed 1 year ago

bryangarza commented 1 year ago

I switched the tests to use normalized output, and updated kc to allow running a single test, so that we can run the baseline test from make go without needing the separate baseline.rs file at the top-level.

bryangarza commented 1 year ago

Don't merge yet -- need to merge open PRs to krabcake-vg https://github.com/pnkfelix/krabcake-vg/pull/15 and https://github.com/pnkfelix/krabcake-vg/pull/16 and then update the submodule in this PR (so that CI is passing here)

bryangarza commented 1 year ago

(Talked with Felix and we decided to keep the makefile the same for now. I'll make the filter flag its own PR later)