Added initial base for iteration with command buffer and experimetation with baseoperator
This commit is contained in:
parent
0a1bfe0de8
commit
441efcd8dd
9 changed files with 294 additions and 17 deletions
8
test/ManagerTest.cpp
Normal file
8
test/ManagerTest.cpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#include "gtest/gtest.h"
|
||||
|
||||
#include "../src/Manager.hpp"
|
||||
|
||||
TEST(ManagerTest, ManagerEmptyInitTest) {
|
||||
kp::Manager mgr;
|
||||
mgr.~Manager();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue