Go to file
Adrien Bourmault 8b2f383409
WIP: test on modularity of scheduler
2024-03-16 22:59:30 +02:00
data WIP: ready to work 2024-03-13 20:10:10 +02:00
include WIP: trying loop performances 2024-03-15 23:58:36 +02:00
src WIP: test on modularity of scheduler 2024-03-16 22:59:30 +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