Skip to content

Commit

Permalink
Add test note
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoEAF committed Feb 20, 2021
1 parent 97dd097 commit 0565e6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions swig/tests/test_ChunkedArray_manually.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
* Some tests require visual assessment.
* We should move this to googletest/Catch2 in the future
* and get rid of the tests that require visual checks.
*
* To test use: `g++ -o t test_ChunkedArray_manually.cpp && ./t`
*
* The program should exit without errors. The outputs can be useful to
* debug memory layout issues.
*/

#include <stdio.h>
Expand Down

0 comments on commit 0565e6c

Please sign in to comment.