Go to file
Adrien Bourmault cb434fc4dc
WIP: thread structure ready !
2024-03-15 23:10:10 +02:00
data WIP: ready to work 2024-03-13 20:10:10 +02:00
include WIP: thread structure ready ! 2024-03-15 23:10:10 +02:00
src WIP: thread structure ready ! 2024-03-15 23:10:10 +02:00
.gitignore WIP: ready to work 2024-03-13 20:10:10 +02:00
LICENSE Add LICENSE 2021-03-28 15:26:21 +00:00
Makefile WIP: ready to work 2024-03-13 20:10:10 +02:00
README.md First unit tests for scheduler 2021-06-14 20:22:11 +02:00
manifest.scm WIP: thread structure ready ! 2024-03-15 23:10:10 +02:00

README.md

gem-graph-server

Build & execute the program:

make
make run

Build & execute tests

make tests
make run-tests