#!/usr/bin/env bash

# Copy student's submission into the source directory
cp /tmp/autograder/submission/lab5.py /tmp/autograder/source/lab5.py

# Navigate to the source directory and execute the test runner
cd /tmp/autograder/source

python3 run_tests.py