diff --git a/opennn.pro b/opennn.pro index 3e859feb9..c61c28a9d 100644 --- a/opennn.pro +++ b/opennn.pro @@ -17,7 +17,7 @@ DEFINES += NDEBUG SUBDIRS += opennn SUBDIRS += examples SUBDIRS += blank -#SUBDIRS += tests +SUBDIRS += tests CONFIG += ordered diff --git a/tests/tests.pro b/tests/tests.pro index 0539ad96c..7598c6c8e 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -50,12 +50,7 @@ SOURCES += test.cpp \ performance_test.cpp \ pooling_layer_test.cpp \ pch.cpp # Precompiled header source - -# Include more test files if needed by uncommenting -# SOURCES += perceptron_layer_test.cpp \ -# pooling_layer_test.cpp \ -# probabilistic_layer_3d_test.cpp \ -# ... + # Include more test files if needed by uncommenting # Precompiled Header HEADERS += pch.h