From 584233e5e88bb625aa80a68e3c0fa13bfb82d3d2 Mon Sep 17 00:00:00 2001 From: Michael Tryby Date: Thu, 18 Apr 2019 09:54:56 -0400 Subject: [PATCH] Create test_demand_data.cpp --- tests/test_demand_data.cpp | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 tests/test_demand_data.cpp diff --git a/tests/test_demand_data.cpp b/tests/test_demand_data.cpp new file mode 100644 index 0000000..0700476 --- /dev/null +++ b/tests/test_demand_data.cpp @@ -0,0 +1,25 @@ +/* + ****************************************************************************** + Project: OWA EPANET + Version: 2.2 + Module: /test_demand_data.cpp + Description: tests demand data list node struct + Authors: see AUTHORS + Copyright: see AUTHORS + License: see LICENSE + Last Updated: 04/18/2019 + ****************************************************************************** +*/ + +#define BOOST_TEST_MODULE demand_data +#include + +#include "demand.h" + + +BOOST_AUTO_TEST_SUITE(test_filemanager) + + + + +BOOST_AUTO_TEST_SUITE_END()