jonls / qsopt-ex

QSopt_ex - an exact linear programming solver. This is a fork adding improvements to the build system, library and a Python interface.
GNU General Public License v3.0
21 stars 12 forks source link

Convert demo_qs into test_qs TAP test suite #12

Closed jonls closed 9 years ago

jonls commented 9 years ago

This converts demo_qs into a TAP test suite and adds the necessary changes to configure.ac and Makefile.am to run this test suite on make check or make distcheck. This adds some initial tests of the library to ensure that the basic functionality is working.