From 0565e6c4b695a985a364bccb694ec364d877ec44 Mon Sep 17 00:00:00 2001 From: AlbertoEAF Date: Sat, 20 Feb 2021 15:05:25 +0000 Subject: [PATCH] Add test note --- swig/tests/test_ChunkedArray_manually.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/swig/tests/test_ChunkedArray_manually.cpp b/swig/tests/test_ChunkedArray_manually.cpp index 75601d0fe555..1f9b3721d859 100644 --- a/swig/tests/test_ChunkedArray_manually.cpp +++ b/swig/tests/test_ChunkedArray_manually.cpp @@ -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