From 2441909de685001cd371823bfdc5e5c8479b7e60 Mon Sep 17 00:00:00 2001 From: RoberLopez Date: Tue, 10 Dec 2024 14:07:28 +0100 Subject: [PATCH] qt tests working --- opennn.pro | 2 +- tests/tests.pro | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) 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