26 lines
575 B
C++
26 lines
575 B
C++
/*
|
|
******************************************************************************
|
|
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()
|