tests cleaning
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user