![]() |
Fling Engine
0.00.1
Fling Engine is a game engine written in Vulkan
|
#include "catch2/catch.hpp"#include "pch.h"#include "Engine.h"#include "Singleton.hpp"#include "Random.h"#include "Logger.h"#include "FreeList.h"#include "StackAllocator.h"Functions | |
| TEST_CASE ("Timing", "[utils]") | |
| TEST_CASE ("Random", "[utils]") | |
| TEST_CASE ("Logger", "[utils]") | |
| TEST_CASE ("Free List", "[utils]") | |
| TEST_CASE ("Stack Allocator", "[utils]") | |
| TEST_CASE | ( | "Timing" | , |
| "" | [utils] | ||
| ) |
| TEST_CASE | ( | "Random" | , |
| "" | [utils] | ||
| ) |
| TEST_CASE | ( | "Logger" | , |
| "" | [utils] | ||
| ) |
| TEST_CASE | ( | "Free List" | , |
| "" | [utils] | ||
| ) |
| TEST_CASE | ( | "Stack Allocator" | , |
| "" | [utils] | ||
| ) |
1.8.13