From 351b7328520c16730ceb46e5acae16038c42185e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 16 Feb 2021 18:24:19 +0100 Subject: New upstream version 1.0.32 --- testsuite/backend/Makefile.am | 2 ++ testsuite/backend/genesys/minigtest.cpp | 6 ++---- testsuite/backend/genesys/minigtest.h | 4 +--- testsuite/backend/genesys/session_config_test.cpp | 4 +--- testsuite/backend/genesys/tests.cpp | 4 +--- testsuite/backend/genesys/tests.h | 4 +--- testsuite/backend/genesys/tests_calibration.cpp | 4 +--- testsuite/backend/genesys/tests_image.cpp | 4 +--- testsuite/backend/genesys/tests_image_pipeline.cpp | 4 +--- testsuite/backend/genesys/tests_motor.cpp | 4 +--- testsuite/backend/genesys/tests_printers.h | 4 +--- testsuite/backend/genesys/tests_row_buffer.cpp | 4 +--- testsuite/backend/genesys/tests_utilities.cpp | 4 +--- 13 files changed, 15 insertions(+), 37 deletions(-) (limited to 'testsuite/backend') diff --git a/testsuite/backend/Makefile.am b/testsuite/backend/Makefile.am index 1f7d30e..e3dd32a 100644 --- a/testsuite/backend/Makefile.am +++ b/testsuite/backend/Makefile.am @@ -4,4 +4,6 @@ ## This file is part of the "Sane" build infra-structure. See ## included LICENSE file for license information. +if WITH_GENESYS_TESTS SUBDIRS = genesys +endif diff --git a/testsuite/backend/genesys/minigtest.cpp b/testsuite/backend/genesys/minigtest.cpp index 8afb62a..7e8f20a 100644 --- a/testsuite/backend/genesys/minigtest.cpp +++ b/testsuite/backend/genesys/minigtest.cpp @@ -15,9 +15,7 @@ General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, - MA 02111-1307, USA. + along with this program. If not, see . */ #include "minigtest.h" @@ -29,7 +27,7 @@ size_t s_num_failures = 0; int finish_tests() { - std::cerr << "Finished tests. Sucessses: " << s_num_successes + std::cerr << "Finished tests. Successes: " << s_num_successes << " failures: " << s_num_failures << "\n"; if (s_num_failures > 0) return 1; diff --git a/testsuite/backend/genesys/minigtest.h b/testsuite/backend/genesys/minigtest.h index 9a38e77..4273eed 100644 --- a/testsuite/backend/genesys/minigtest.h +++ b/testsuite/backend/genesys/minigtest.h @@ -15,9 +15,7 @@ General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, - MA 02111-1307, USA. + along with this program. If not, see . */ #ifndef SANE_TESTSUITE_BACKEND_GENESYS_MINIGTEST_H diff --git a/testsuite/backend/genesys/session_config_test.cpp b/testsuite/backend/genesys/session_config_test.cpp index 7c2ddbe..dcdc46e 100644 --- a/testsuite/backend/genesys/session_config_test.cpp +++ b/testsuite/backend/genesys/session_config_test.cpp @@ -15,9 +15,7 @@ General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, - MA 02111-1307, USA. + along with this program. If not, see . */ #define DEBUG_DECLARE_ONLY diff --git a/testsuite/backend/genesys/tests.cpp b/testsuite/backend/genesys/tests.cpp index 5fe0084..ff0a44a 100644 --- a/testsuite/backend/genesys/tests.cpp +++ b/testsuite/backend/genesys/tests.cpp @@ -15,9 +15,7 @@ General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, - MA 02111-1307, USA. + along with this program. If not, see . */ #define DEBUG_DECLARE_ONLY diff --git a/testsuite/backend/genesys/tests.h b/testsuite/backend/genesys/tests.h index c48c586..9cd2a77 100644 --- a/testsuite/backend/genesys/tests.h +++ b/testsuite/backend/genesys/tests.h @@ -15,9 +15,7 @@ General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, - MA 02111-1307, USA. + along with this program. If not, see . */ #ifndef SANE_TESTSUITE_BACKEND_GENESYS_GENESYS_UNIT_TEST_H diff --git a/testsuite/backend/genesys/tests_calibration.cpp b/testsuite/backend/genesys/tests_calibration.cpp index 8c9c8b5..a111b7d 100644 --- a/testsuite/backend/genesys/tests_calibration.cpp +++ b/testsuite/backend/genesys/tests_calibration.cpp @@ -15,9 +15,7 @@ General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, - MA 02111-1307, USA. + along with this program. If not, see . */ #define DEBUG_DECLARE_ONLY diff --git a/testsuite/backend/genesys/tests_image.cpp b/testsuite/backend/genesys/tests_image.cpp index bc8b923..4233425 100644 --- a/testsuite/backend/genesys/tests_image.cpp +++ b/testsuite/backend/genesys/tests_image.cpp @@ -15,9 +15,7 @@ General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, - MA 02111-1307, USA. + along with this program. If not, see . */ #define DEBUG_DECLARE_ONLY diff --git a/testsuite/backend/genesys/tests_image_pipeline.cpp b/testsuite/backend/genesys/tests_image_pipeline.cpp index 7eed9e6..8edeff8 100644 --- a/testsuite/backend/genesys/tests_image_pipeline.cpp +++ b/testsuite/backend/genesys/tests_image_pipeline.cpp @@ -15,9 +15,7 @@ General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, - MA 02111-1307, USA. + along with this program. If not, see . */ #define DEBUG_DECLARE_ONLY diff --git a/testsuite/backend/genesys/tests_motor.cpp b/testsuite/backend/genesys/tests_motor.cpp index 18a4d7e..c89ba77 100644 --- a/testsuite/backend/genesys/tests_motor.cpp +++ b/testsuite/backend/genesys/tests_motor.cpp @@ -15,9 +15,7 @@ General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, - MA 02111-1307, USA. + along with this program. If not, see . */ #define DEBUG_DECLARE_ONLY diff --git a/testsuite/backend/genesys/tests_printers.h b/testsuite/backend/genesys/tests_printers.h index 90becea..8d15e64 100644 --- a/testsuite/backend/genesys/tests_printers.h +++ b/testsuite/backend/genesys/tests_printers.h @@ -15,9 +15,7 @@ General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, - MA 02111-1307, USA. + along with this program. If not, see . */ #ifndef SANE_TESTSUITE_BACKEND_GENESYS_TESTS_PRINTERS_H diff --git a/testsuite/backend/genesys/tests_row_buffer.cpp b/testsuite/backend/genesys/tests_row_buffer.cpp index 73ca86c..5039a73 100644 --- a/testsuite/backend/genesys/tests_row_buffer.cpp +++ b/testsuite/backend/genesys/tests_row_buffer.cpp @@ -15,9 +15,7 @@ General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, - MA 02111-1307, USA. + along with this program. If not, see . */ #define DEBUG_DECLARE_ONLY diff --git a/testsuite/backend/genesys/tests_utilities.cpp b/testsuite/backend/genesys/tests_utilities.cpp index 49b9abe..bc1f9bd 100644 --- a/testsuite/backend/genesys/tests_utilities.cpp +++ b/testsuite/backend/genesys/tests_utilities.cpp @@ -15,9 +15,7 @@ General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, - MA 02111-1307, USA. + along with this program. If not, see . */ #define DEBUG_DECLARE_ONLY -- cgit v1.2.3