1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Add unit tests for HashingContext

This commit is contained in:
Maximilian Mayer
2020-11-11 19:31:42 +01:00
parent 9b853d7a7b
commit f12d205c1f
2 changed files with 166 additions and 0 deletions

View File

@@ -48,6 +48,7 @@
#include "test_geometry_3d.h"
#include "test_gradient.h"
#include "test_gui.h"
#include "test_hashing_context.h"
#include "test_image.h"
#include "test_json.h"
#include "test_list.h"