mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 23:43:42 +00:00
Allow changing Z0 in through standard
This commit is contained in:
parent
ee16dbc070
commit
ec4828d4c4
6 changed files with 92 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#include "utiltests.h"
|
||||
#include "portextensiontests.h"
|
||||
#include "parametertests.h"
|
||||
|
||||
#include <QtTest>
|
||||
|
||||
|
|
@ -10,6 +11,7 @@ int main(int argc, char *argv[])
|
|||
int status = 0;
|
||||
status |= QTest::qExec(new UtilTests, argc, argv);
|
||||
status |= QTest::qExec(new PortExtensionTests, argc, argv);
|
||||
status |= QTest::qExec(new ParameterTests, argc, argv);
|
||||
|
||||
return status;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue