Skip to content

teach-plt/lab2-testsuite

Repository files navigation

PLT Lab 2 Test Suite

Programming Language Technology (PLT, Chalmers DAT151, University of Gothenburg DIT231)

This is the test suite for PLT lab 2: Type checking and interpretation for C--.

Prerequisites

You need the following tools installed and in the PATH:

Your solution directory needs to contain a Makefile with instructions so that the invocation of make there builds your solution and places it as executable lab2 there.

Running the testsuite

Invoke the test runner with the path to the directory containing your solution.

stack run -- path/to/solution/directory

This will first call make in this directory and then invoke the generated lab2 there on all the test files.

About

Golden value testsuite for PLT lab2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published