mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 23:43:42 +00:00
add unit tests for lin/log calibration detection
This commit is contained in:
parent
8e917faed4
commit
2f256117db
5 changed files with 160 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
#include "parametertests.h"
|
||||
#include "ffttests.h"
|
||||
#include "impedancerenormalizationtests.h"
|
||||
#include "calibrationtests.h"
|
||||
|
||||
#include <QtTest>
|
||||
|
||||
|
|
@ -16,6 +17,7 @@ int main(int argc, char *argv[])
|
|||
status |= QTest::qExec(new ParameterTests, argc, argv);
|
||||
status |= QTest::qExec(new fftTests, argc, argv);
|
||||
status |= QTest::qExec(new ImpedanceRenormalizationTests, argc, argv);
|
||||
status |= QTest::qExec(new CalibrationTests, argc, argv);
|
||||
|
||||
return status;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue