Namespacified tests aswell

This commit is contained in:
Leonetienne
2022-03-06 20:05:34 +01:00
parent be63652df6
commit da18c59969
20 changed files with 35 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
#include "Catch2.h"
#include <Eule/Random.h>
using namespace Eule;
using namespace Leonetienne::Eule;
// Checks that all values are always 0 <= v <= 1
TEST_CASE(__FILE__"/Always_Satisfies_0_lt_v_lt_1", "[Random][RandomFloat]")