Skip to content

Practicas POO 2017-2018

License

Notifications You must be signed in to change notification settings

krosf-university/POO

Repository files navigation

POO Build Status

Run

  • install docker
  • clone this repo
  • cd POO
  • docker run -t --rm -v ${PWD}:/root/POO krosf/poo sh -c "cd /root/POO/P4 && make tests && make check && make valgrind"