Add LpxClient/LpxServer stubs, add dispatcher to main

This commit is contained in:
2021-10-14 15:51:38 -04:00
parent 901517bc01
commit a9afbebbc3
11 changed files with 315 additions and 152 deletions

View File

@@ -0,0 +1,12 @@
#ifndef DRIVERTESTS_HPP
#define DRIVERTESTS_HPP
#include "drivenengine.hpp"
UniqueDrivenEngine make_DriverListenTest();
UniqueDrivenEngine make_DriverWebServerTest();
UniqueDrivenEngine make_DriverDNSFailTest();
UniqueDrivenEngine make_DriverPrintClockTest();
#endif // DRIVERTESTS_HPP