* Adding support for unit testing using boost unit test and ctest * Adding libboost-test to Travis config. * Adding libboost-test to Travis config. * Modifying per element comparison * Modifying per element comparison * Fixing typo * Fixing typo * Adding custom comparison for strings * Updating Travis to run unit tests * Updating Travis to run unit tests * Fixing typo * Preparing unit testing to run on Appveyor * Preparing unit testing to run on Appveyor * Preparing unit testing to run on Appveyor * Preparing unit testing to run on Appveyor and Travis * Preparing unit testing to run on Appveyor and Travis * Preparing unit testing to run on Appveyor and Travis * Preparing unit testing to run on Appveyor * Preparing unit testing to run on Appveyor * Fixing unit testing path issue in CMake * Fixing unit testing path issue in CMake * Fixing bugs in cmake and appveyor scripts * Rolling back generate_export_header in cmake
18 lines
403 B
Plaintext
18 lines
403 B
Plaintext
#
|
|
# requirements.txt
|
|
#
|
|
# Date Created: 10/10/2017
|
|
# Author: Michael E. Tryby
|
|
# US EPA ORD/NRMRL
|
|
#
|
|
# Useful for configuring a python environment to run epanet-nrtestsuite.
|
|
#
|
|
# command:
|
|
# $ pip install --src build/packages -r tools/requirements.txt
|
|
#
|
|
|
|
#-e git+https://github.com/OpenWaterAnalytics/nrtest.git@master#egg=nrtest
|
|
nrtest>=0.2.3
|
|
-e ./tools/epanet-output
|
|
-e ./tools/nrtest-epanet
|