Skip to content

Billybs/PO-2023-TESTS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PO-2023-TESTS

Unit tests for PO project.

Dependencies

  • Makefile - You probably already have it

On MacOS

If you want to run this on MacOS you will need to install GNU's diff command for this to work properly. I recommend using a package manager like brew:

brew install diffutils

How to run

Clone the repo

git clone https://github.com/SrGesus/PO-2023-TESTS

Provide the file config with the necessary paths to the folder po-uilib is in and your project folder.

Followed by

make

You can run a single or a group of tests. But you should run make clean first. E.g: Running only the professor's tests

make clean tests/professor/*.in

Running one test:

make clean tests/Gesus/0-ADDRESS.in

Running a few tests:

make clean tests/Branquinho/test47.in tests/Gesus/0-ADDRESS.in

You can then check out the respective output, on the same folder with the extension .outhyp and the diff .diff.

About

Unit tests for PO project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Makefile 97.0%
  • Shell 3.0%