Skip to content

Commit

Permalink
developer/library: Drop expout mention
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller authored Mar 27, 2024
1 parent cc0b1c1 commit 0588a5b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions developer/library_development/library_development.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 0588a5b

Please sign in to comment.