Skip to content

Created for the 2020 CIT Programming Society Hackathon to run submissions and compare output to expected output

Notifications You must be signed in to change notification settings

Stephen-ODriscoll/CheckScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CheckScript

Structure

  • tests: Should contain the input and output files with a configuration file as shown.

        ‣ Use .in for input
        
        ‣ Use .out for output
        
        ‣ Use .config for configuration files to specify timeout
    
  • teams: Should contain a directory for every team and their solutions are to be put in this folder

Features

  • Solutions are automatically tested
  • If am input or expected output file is modified by the solution being tested this is reported to the user
  • Blank lines are ignored during the file comparison.
  • Std out is used to inform users of successful or unsuccessful tests
  • A log file is produced which contains all std out with timestamps

About

Created for the 2020 CIT Programming Society Hackathon to run submissions and compare output to expected output

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages