Simple tests for C-style string comparison
commitd8def864c2f649ed364e3380513f46ff7c5dded6
authorPaul Bauer <paul.bauer.q@gmail.com>
Mon, 18 Mar 2019 13:00:40 +0000 (18 14:00 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Mon, 18 Mar 2019 16:58:53 +0000 (18 17:58 +0100)
treee9e9e5da37ad3a7c4231964387b4a9dca56ab662
parente99220bfb599d15f3d58d0d5733bbd4cc50be43d
Simple tests for C-style string comparison

Those tests are meant to be used to guide reimplementation of the
C-style functions in C++ and should be extended for additional functions
that are replaced.

Change-Id: Icb12192c676bd5d24110000668790e4193a9a268
src/gromacs/utility/tests/CMakeLists.txt
src/gromacs/utility/tests/cstringutil.cpp [new file with mode: 0644]