Translated tests for Random/RandomIntRange

This commit is contained in:
Leonetienne
2022-02-11 15:35:03 +01:00
parent 4a9b59e2d8
commit 7675422264
2 changed files with 97 additions and 90 deletions

View File

@@ -28,6 +28,7 @@ add_executable(Tests
Random__RandomFloat.cpp
Random__RandomInteger.cpp
Random__RandomRange.cpp
Random_RandomIntRange.cpp
)
target_link_libraries(Tests Eule)