#student #programming #testing-tools #computer #canary #probe #help

bin+lib canary_probe

Canary Probe is a simple tool to help students in Computer Programming I (CSU0001, NTNU) to test their code

6 releases

0.2.1 Oct 6, 2023
0.2.0 Oct 6, 2023
0.1.3 Sep 25, 2023

#3 in #canary

Download history 4/week @ 2024-02-19 4/week @ 2024-02-26 8/week @ 2024-03-11 83/week @ 2024-04-01

91 downloads per month

AGPL-3.0

14KB
342 lines

Canaryprobe

Canary Probe is a simple tool to help students in Computer Programming I (CSU0001, NTNU) to test their code.

It checks about the following:

  • Is the homework archive unpackable?
  • Is the Makefile working?
  • What are the executable files present?

Usage

Canaryprobe comes with a command line tool and a library.

Command line tool

cargo install canary-probe
canary-probe <zip-file>

Library

See docs.rs for documentation.

Dependencies

~12–25MB
~363K SLoC