Add LpxClient/LpxServer stubs, add dispatcher to main
This commit is contained in:
12
luprex/core/cpp/drivertests.hpp
Normal file
12
luprex/core/cpp/drivertests.hpp
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user