Migrated engine to using dlmalloc through eng::
This commit is contained in:
14
luprex/core/cpp/eng-tests.hpp
Normal file
14
luprex/core/cpp/eng-tests.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef DRIVERTESTS_HPP
|
||||
#define DRIVERTESTS_HPP
|
||||
|
||||
#include "drivenengine.hpp"
|
||||
|
||||
UniqueDrivenEngine make_DriverStubTest();
|
||||
UniqueDrivenEngine make_DriverListenTest();
|
||||
UniqueDrivenEngine make_DriverWebServerTest();
|
||||
UniqueDrivenEngine make_DriverDNSFailTest();
|
||||
UniqueDrivenEngine make_DriverPrintClockTest();
|
||||
UniqueDrivenEngine make_RunUnitTests();
|
||||
|
||||
#endif // DRIVERTESTS_HPP
|
||||
|
||||
Reference in New Issue
Block a user