]> Raphaƫl G. Git Repositories - carabistouilles/blob - README
Add exercice questions
[carabistouilles] / README
1 Run analyse.pl:
2 ./analyse.pl sirens_fxt.txt
3
4 Run analyse.pl tests (need perl-Module-Build and perl-Test-More package):
5 perl Build.pl
6 ./Build manifest
7 ./Build test
8
9 Build analyse.c:
10 gcc -m64 -std=c11 -pedantic -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes analyse.c -o analyse
11
12 Run analyse.c:
13 ./analyse sirens_fxt.txt
14
15 Run analyse.c tests:
16 ./cunittest
17
18 Valgrind check:
19 valgrind --leak-check=full --show-leak-kinds=all ./analyse sirens_fxt.txt