tests cleaning

This commit is contained in:
2016-05-08 12:08:35 +02:00
parent 44793b78b5
commit 4b42a8c310
8 changed files with 119 additions and 7 deletions

View File

@@ -1,7 +1,12 @@
#include <NeuralNetwork/FeedForward/Perceptron.h>
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Weffc++"
#include <gtest/gtest.h>
#pragma GCC diagnostic pop
TEST(Perceptron,Test) {
NeuralNetwork::FeedForward::Perceptron p(2,1);