mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 15:33:51 +00:00
Fix impedance renormalization + add unit tests
This commit is contained in:
parent
523946447a
commit
50bde261af
9 changed files with 114 additions and 2 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#include "portextensiontests.h"
|
||||
#include "parametertests.h"
|
||||
#include "ffttests.h"
|
||||
#include "impedancerenormalizationtests.h"
|
||||
|
||||
#include <QtTest>
|
||||
|
||||
|
|
@ -14,6 +15,7 @@ int main(int argc, char *argv[])
|
|||
status |= QTest::qExec(new PortExtensionTests, argc, argv);
|
||||
status |= QTest::qExec(new ParameterTests, argc, argv);
|
||||
status |= QTest::qExec(new fftTests, argc, argv);
|
||||
status |= QTest::qExec(new ImpedanceRenormalizationTests, argc, argv);
|
||||
|
||||
return status;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue