/tuke-tests

Repo contains tests for problem sets.

Primary LanguageC

How to use:

  git clone https://github.com/MatejBendik/tuke_tests

Go to the project directory

  cd tuke_tests

Go to the specific subject folder e.g. prg

  cd prg

Go to the specific problem set e.g. ps2

  cd ps2

Paste your solutions (make sure to paste all .c files you've made) e.g. k.c

  cp ~/path/to/k.c k.c

Start tests

  make test

Clean .o files

  make clean

To update tests:

  git pull