Commit e3b5d764 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed AssertTest and AssertCudaTest for Release build

parent 246f74a1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -8,6 +8,10 @@

/* See Copyright Notice in tnl/Copyright */

#ifdef NDEBUG
   #undef NDEBUG
#endif

#include <TNL/Assert.h>
#include <TNL/Devices/Cuda.h>
#include <TNL/Exceptions/CudaRuntimeError.h>
+4 −0
Original line number Diff line number Diff line
@@ -8,6 +8,10 @@

/* See Copyright Notice in tnl/Copyright */

#ifdef NDEBUG
   #undef NDEBUG
#endif

#include <TNL/Assert.h>

#ifdef HAVE_GTEST