Added initial base for iteration with command buffer and experimetation with baseoperator

This commit is contained in:
Alejandro Saucedo 2020-08-16 18:09:56 +01:00
parent 0a1bfe0de8
commit 441efcd8dd
9 changed files with 294 additions and 17 deletions

8
test/ManagerTest.cpp Normal file
View file

@ -0,0 +1,8 @@
#include "gtest/gtest.h"
#include "../src/Manager.hpp"
TEST(ManagerTest, ManagerEmptyInitTest) {
kp::Manager mgr;
mgr.~Manager();
}