Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 427 Bytes

File metadata and controls

33 lines (22 loc) · 427 Bytes

fork

Repositorio para el esqueleto del lab fork de la materia: Sistemas Operativos - FIUBA

Compilar

make

Pruebas

make test

O se pueden correr de forma nativa haciendo:

make test-native

Linter

make format

Es necesario tener instalado clang-format. Basta con hacer:

sudo apt install clang-format