cpp : Moved unit test to seperate files

This commit is contained in:
saundersp
2023-07-24 02:20:26 +02:00
parent c048b3ca90
commit 598fdc383c
8 changed files with 336 additions and 142 deletions

5
cpp/gpu_unit_test.hpp Normal file
View File

@ -0,0 +1,5 @@
#pragma once
void test_working(const size_t&) noexcept;
void test_working_2d(const size_t&, const size_t&) noexcept;
void test_working_3d(const size_t&, const size_t&, const size_t&) noexcept;