Actions
tests¶
To start the testsuite, do the following starting from the cvxprocessing
directory
cd unittests
./dotests
You should have the following output:
********* Start testing of TestCvxLib ********* Config: Using QTest library 4.4.2, Qt 4.4.2 PASS : TestCvxLib::initTestCase() PASS : TestCvxLib::testComplex() ... PASS : TestCvxLib::testFermiAlgoParallel() PASS : TestCvxLib::cleanupTestCase() Totals: 61 passed, 0 failed, 1 skipped ********* Finished testing of TestCvxLib *********
Updated by Thomas Capricelli about 14 years ago · 4 revisions