mirror of
https://github.com/nomic-ai/kompute.git
synced 2026-05-25 07:24:28 +00:00
9 lines
142 B
C++
9 lines
142 B
C++
#include "gtest/gtest.h"
|
|
|
|
#include "../src/Manager.hpp"
|
|
|
|
TEST(ManagerTest, ManagerEmptyInitTest) {
|
|
kp::Manager mgr;
|
|
mgr.~Manager();
|
|
}
|