modelica-tools / csv-compare

Tool to compare curves from one csv files with curves from other csv files using an adjustable tolerance
https://www.modelica.org
BSD 3-Clause "New" or "Revised" License
25 stars 15 forks source link

added 'tests' project #39

Closed elmirjagudin closed 7 years ago

elmirjagudin commented 8 years ago

Added a project for running unit/regressions tests.

This make it possible to write and run tests with NUnit framework and 'Test Explorer' GUI in Visual Studio.

Also includes one token unit test as an example.

tbeu commented 8 years ago

@svenruetz @bastianbin Did you already had a look at this PR?