Skip to content
Extraits de code Groupes Projets
Valider 03221fc7 rédigé par EdouardParis's avatar EdouardParis
Parcourir les fichiers

Add tests to Makefile

parent a6fbdf91
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -7,6 +7,7 @@
\usepackage{amssymb}
\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage{listings}
\title{Rapport de projet - Arithmétique entière}
\author{Édouard Paris}
......@@ -45,7 +46,15 @@ On peut en déduire l'algorithme suivant par la méthode de Newton:
\end{algorithm}
\subsection{Question 3}
Pour lancer les tests:
\begin{lstlisting}[language=bash]
cd src
make test
\end{lstlisting}
ou
\begin{lstlisting}[language=bash]
./src/test.sh
\end{lstlisting}
\subsection{Question 4}
\subsection{Qestion 5}
\includegraphics[width=\textwidth]{img/question_5.png}
......
......@@ -6,5 +6,8 @@ question_3: question_3.cpp
question_5: question_5.cpp
g++ -o ./bin/question_5 question_5.cpp -Wall -Wextra -lgmp -lgmpxx
test:
./test.sh
clean:
find ./bin -type f -executable -delete
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter