Split unit test init from testoptions.cpp
authorTeemu Murtola <teemu.murtola@gmail.com>
Sun, 28 Dec 2014 12:36:07 +0000 (14:36 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Wed, 7 Jan 2015 06:32:39 +0000 (07:32 +0100)
commite6a591b99f33555f0a5b6c0c634c0910e336aa9c
tree181eb7a7b4a24bb10186bb66779c7e23ca1aafab
parent77b02a685affcea37c43d35f8ed0368c6f98d098
Split unit test init from testoptions.cpp

There is now much more functionality than just handling the options, so
it is clearer that the initialization is in its own file.

Change-Id: Ibd2857cb33578b80ad4cbcbdde4839b5d10eb3f7
src/testutils/testinit.cpp [new file with mode: 0644]
src/testutils/testinit.h [new file with mode: 0644]
src/testutils/testoptions.cpp
src/testutils/testoptions.h
src/testutils/unittest_main.cpp