Initial changes to implement unit tests for AggregateGroupData

This commit is contained in:
Jostein Alvestad
2019-02-20 14:21:42 +01:00
parent 43cc132651
commit 6eff5158df
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#define BOOST_TEST_MODULE Aggregate_Well_Data
#define BOOST_TEST_MODULE Aggregate_MSW_Data
#include <opm/output/eclipse/AggregateMSWData.hpp>
#include <boost/test/unit_test.hpp>