MCPcopy Create free account
hub / github.com/Neverous/efibooteditor / main

Function main

tests/testefibootdata.cpp:70–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70auto main(int argc, char *argv[]) -> int
71{
72 QCoreApplication app(argc, argv);
73 TestEFIBootData test;
74 if(qgetenv("TEST_ALLOW_NO_EFI_ENTRIES") == "true")
75 test.setRequireEFIEntries(false);
76
77 return QTest::qExec(&test, argc, argv);
78}
79
80#include "testefibootdata.moc"

Callers

nothing calls this directly

Calls 1

setRequireEFIEntriesMethod · 0.80

Tested by

no test coverage detected