From 0588a5b95bc77207c23933a216692bfd273d06de Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Wed, 27 Mar 2024 09:13:43 +0100 Subject: [PATCH] developer/library: Drop expout mention --- developer/library_development/library_development.tex | 7 ------- 1 file changed, 7 deletions(-) diff --git a/developer/library_development/library_development.tex b/developer/library_development/library_development.tex index e1254b5..21cd69f 100644 --- a/developer/library_development/library_development.tex +++ b/developer/library_development/library_development.tex @@ -251,12 +251,6 @@ \part{Main part} \begin{frame}[fragile] \frametitle{Populate an existing concept} \begin{block}{Step 5: update the CMake file of the lib/test directory} - If necessary an expected test result named t\_MyClass\_std.expout:\\ -\begin{lstlisting} -./lib/test/t_MyClass_std > ../lib/test/t_MyClass_std.expout -\end{lstlisting} - - The content of this file is compared to the output of the cxx test executable when tests are run. At this point you can run the specific test:\\ \begin{lstlisting} @@ -432,7 +426,6 @@ \part{Main part} ott.assert_almost_equal(x_star, p_ref) \end{lstlisting} - \item If necessary, create an expected result file t\_MyClass\_std.expout for the python test. \item Modify the CMakeLists file in python/test: \begin{lstlisting} ot_pyinstallcheck_test (MyClass_std IGNOREOUT)