An open API service indexing awesome lists of open source software.

https://github.com/guywaldman/oop-hw5-tests

Tests for OOP HW5
https://github.com/guywaldman/oop-hw5-tests

Last synced: 10 months ago
JSON representation

Tests for OOP HW5

Awesome Lists containing this project

README

          

This repository contains some tests for OOP HW5.

I'm using [Catch](https://github.com/catchorg/Catch2/tree/Catch1.x) as the unit-testing library.

# Instructions

Make sure to use a *nix shell, as I'm using `make`.

* Run `make setup` to create the `/src` folder.
* Copy your solution into `/src`: part 1 into `/src/part1` and part 2 into `/src/part2`.
* Run `make`.

# Configuration

For part 1, I've added some configuration for the generation of matrices, as well as the name for the `MatrixGet` operation.
You can find it in `test/part1/generate.py`.

Good luck!