Always throw an assertion in Unit Tests

Update Ghoul repository
This commit is contained in:
Alexander Bock
2017-03-13 13:01:51 -04:00
parent 1087a6b6f9
commit 56d4f891e4

View File

@@ -24,6 +24,10 @@
#include "gtest/gtest.h"
// When running the unit tests we don't want to be asked what to do in the case of an
// assertion
#define GHL_THROW_ON_ASSERT
#include <ghoul/cmdparser/cmdparser>
#include <ghoul/filesystem/filesystem>
#include <ghoul/logging/logging>