Create test_demand_data.cpp

This commit is contained in:
Michael Tryby
2019-04-18 09:54:56 -04:00
parent 3cc9c95d3f
commit 584233e5e8

View File

@@ -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 <boost/test/unit_test.hpp>
#include "demand.h"
BOOST_AUTO_TEST_SUITE(test_filemanager)
BOOST_AUTO_TEST_SUITE_END()