From e49745e3d5dff8e5e8e1bf3dddd82fc54d9f4aa4 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 3 Mar 2013 11:37:35 +0100 Subject: [PATCH] Renamed the spreadsheet test file and put it noinst --- src/ui/gui/automake.mk | 8 ++++---- .../gui/{sheet-test.c => spreadsheet-test.c} | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+), 4 deletions(-) rename src/ui/gui/{sheet-test.c => spreadsheet-test.c} (82%) diff --git a/src/ui/gui/automake.mk b/src/ui/gui/automake.mk index e47996ea62..941a7fea1c 100644 --- a/src/ui/gui/automake.mk +++ b/src/ui/gui/automake.mk @@ -55,10 +55,10 @@ EXTRA_DIST += \ if HAVE_GUI bin_PROGRAMS += src/ui/gui/psppire -bin_PROGRAMS += src/ui/gui/spread-test +noinst_PROGRAMS += src/ui/gui/spreadsheet-test src_ui_gui_psppire_CFLAGS = $(GTK_CFLAGS) $(GTKSOURCEVIEW_CFLAGS) -Wall -DGDK_MULTIHEAD_SAFE=1 -src_ui_gui_spread_test_CFLAGS = $(GTK_CFLAGS) -Wall -DGDK_MULTIHEAD_SAFE=1 +src_ui_gui_spreadsheet_test_CFLAGS = $(GTK_CFLAGS) -Wall -DGDK_MULTIHEAD_SAFE=1 src_ui_gui_psppire_LDFLAGS = \ @@ -87,13 +87,13 @@ src_ui_gui_psppire_LDADD = \ $(GSL_LIBS) -src_ui_gui_spread_test_LDADD = \ +src_ui_gui_spreadsheet_test_LDADD = \ src/libpspp-core.la \ $(GTK_LIBS) \ $(GTHREAD_LIBS) -src_ui_gui_spread_test_SOURCES = src/ui/gui/sheet-test.c src/ui/gui/psppire-spreadsheet-model.c +src_ui_gui_spreadsheet_test_SOURCES = src/ui/gui/spreadsheet-test.c src/ui/gui/psppire-spreadsheet-model.c src_ui_gui_psppiredir = $(pkgdatadir) diff --git a/src/ui/gui/sheet-test.c b/src/ui/gui/spreadsheet-test.c similarity index 82% rename from src/ui/gui/sheet-test.c rename to src/ui/gui/spreadsheet-test.c index 107e6583c6..2e88402b52 100644 --- a/src/ui/gui/sheet-test.c +++ b/src/ui/gui/spreadsheet-test.c @@ -1,3 +1,22 @@ +/* PSPPIRE - a graphical user interface for PSPP. + Copyright (C) 2013 Free Software Foundation + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ + + +/* This program is useful for testing the spreadsheet readers */ + #include #include -- 2.30.2