pnkfelix / krabcake

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

Add new crate for UI tests #7

Closed bryangarza closed 1 year ago

bryangarza commented 1 year ago

This patch adds a new crate called kc which is used for all Valgrind UI tests. This makes uses of the ui_test crate which already exists and is currently used for Miri.

In order to call not just rustc, but also Valgrind, this patch adds a wrapper script that does both of those things.