Skip to content
Extraits de code Groupes Projets
Valider 228d969a rédigé par Arnaud Lefebvre's avatar Arnaud Lefebvre
Parcourir les fichiers

Upload New File

parent 5c59e342
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #7350 réussi
CC = gcc
all: fact test
valgrind --xml=yes --xml-file="valgrind.xml" --leak-check=yes ./fact [-N 4] example_input example_output
cppcheck --enable=all --inconclusive --xml --xml-version=2 fonctions.c main.c 2> cppcheck.xml
fact:
$(CC) fonctions.c main.c -o fact -lm -lpthread -std=c99 -std=gnu99
cpp: main.c
cppcheck --enable=all main.c
val: fact
valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes ./fact example_input example_output
clean:
rm -f test
rm -f fact
rm -f *.xml
.PHONY: clean
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter