ELIFE-ASU / Inform

A cross platform C library for information analysis of dynamical systems
https://elife-asu.github.io/Inform
MIT License
21 stars 3 forks source link

Unit tests now accept suites as arguments #36

Closed dglmoore closed 7 years ago

dglmoore commented 7 years ago

The unit testing executable now accepts suites on the command line. Each suite provided will be run while those not provided are skipped.

Closes #35