basis test. ignore warning from gtest
This commit is contained in:
@@ -4,8 +4,13 @@
|
|||||||
|
|
||||||
#include <NeuralNetwork/Network.h>
|
#include <NeuralNetwork/Network.h>
|
||||||
|
|
||||||
|
#pragma GCC diagnostic push
|
||||||
|
#pragma GCC diagnostic ignored "-Weffc++"
|
||||||
|
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
|
||||||
|
#pragma GCC diagnostic pop
|
||||||
|
|
||||||
NEURAL_NETWORK_INIT();
|
NEURAL_NETWORK_INIT();
|
||||||
|
|
||||||
TEST(Linear,FourElements) {
|
TEST(Linear,FourElements) {
|
||||||
|
|||||||
Reference in New Issue
Block a user