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
- Host: GitHub
- URL: https://github.com/guywaldman/oop-hw5-tests
- Owner: guywaldman
- Created: 2018-06-23T04:11:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-23T19:59:47.000Z (about 8 years ago)
- Last Synced: 2025-08-12T20:57:21.279Z (11 months ago)
- Language: C++
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!