risp/update_laws.sh

9 lines
172 B
Bash
Raw Normal View History

#!/bin/bash
cargo r -- --clear-cache
rm ./data/expected/overview/*
rm ./data/expected/par/*
2025-01-08 15:03:44 +01:00
rm ./data/cache/*
2024-08-27 13:48:31 +02:00
cargo t overview
cargo t all_configs_produce_expected_output