tbuzzelli / Veris

A comprehensive tool for judging competitive programming solutions locally given a solution file, collection of data files, and optionally a checker.
Apache License 2.0
12 stars 1 forks source link

Feature: Optional/Default Regex for Input/Output File Names #3

Closed c650 closed 6 years ago

c650 commented 6 years ago

Example:

Can specify problemname*.in instead of *.in so that if all the data for an entire set is in one folder (not separated into subfolders) Veris won't try to also run data from a different problem.

tbuzzelli commented 6 years ago

This has now been implemented.