diff options
-rw-r--r-- | .gitignore | 10 | ||||
-rw-r--r-- | tests/Makefile.am | 30 | ||||
-rw-r--r-- | tests/ephy-embed-persist.c (renamed from tests/testephyembedpersist.c) | 2 | ||||
-rw-r--r-- | tests/ephy-embed-single.c (renamed from tests/testephyembedsingle.c) | 2 | ||||
-rw-r--r-- | tests/ephy-location-entry.c (renamed from tests/testephylocationentry.c) | 6 | ||||
-rw-r--r-- | tests/ephy-search-entry.c (renamed from tests/testephysearchentry.c) | 6 | ||||
-rw-r--r-- | tests/ephy-zoom-control.c (renamed from tests/testephyzoomcontrol.c) | 6 |
7 files changed, 31 insertions, 31 deletions
diff --git a/.gitignore b/.gitignore index 3fb8d0256..83a9fbd8b 100644 --- a/.gitignore +++ b/.gitignore @@ -64,8 +64,8 @@ src/ephy-dbus-server-bindings.h src/epiphany src/epiphany.h -tests/testephyembedpersist -tests/testephyembedsingle -tests/testephylocationentry -tests/testephysearchentry -tests/testephyzoomcontrol +tests/test-ephy-embed-persist +tests/test-ephy-embed-single +tests/test-ephy-location-entry +tests/test-ephy-search-entry +tests/test-ephy-zoom-control diff --git a/tests/Makefile.am b/tests/Makefile.am index c4dd1384c..8cba75725 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,9 +1,9 @@ noinst_PROGRAMS = \ - testephyembedpersist \ - testephysearchentry \ - testephylocationentry \ - testephyzoomcontrol \ - testephyembedsingle + test-ephy-embed-persist \ + test-ephy-embed-single \ + test-ephy-location-entry \ + test-ephy-search-entry \ + test-ephy-zoom-control INCLUDES = \ -I$(top_srcdir)/embed \ @@ -33,17 +33,17 @@ LDADD += \ $(SEED_LIBS) endif -testephyembedpersist_SOURCES = \ - testephyembedpersist.c +test_ephy_embed_persist_SOURCES = \ + ephy-embed-persist.c -testephyembedsingle_SOURCES = \ - testephyembedsingle.c +test_ephy_embed_single_SOURCES = \ + ephy-embed-single.c -testephysearchentry_SOURCES = \ - testephysearchentry.c +test_ephy_location_entry_SOURCES = \ + ephy-location-entry.c -testephylocationentry_SOURCES = \ - testephylocationentry.c +test_ephy_search_entry_SOURCES = \ + ephy-search-entry.c -testephyzoomcontrol_SOURCES = \ - testephyzoomcontrol.c +test_ephy_zoom_control_SOURCES = \ + ephy-zoom-control.c diff --git a/tests/testephyembedpersist.c b/tests/ephy-embed-persist.c index 21b6c4c51..971c3577d 100644 --- a/tests/testephyembedpersist.c +++ b/tests/ephy-embed-persist.c @@ -1,7 +1,7 @@ /* vim: set sw=2 ts=2 sts=2 et: */ /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* - * testephyembedpersist.c + * ephy-embed-persist.c * This file is part of Epiphany * * Copyright © 2009, 2010 - Gustavo Noronha Silva diff --git a/tests/testephyembedsingle.c b/tests/ephy-embed-single.c index b92dfd005..200a2fd2d 100644 --- a/tests/testephyembedsingle.c +++ b/tests/ephy-embed-single.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set sw=2 ts=2 sts=2 et: */ /* - * testephyembedpersist.c + * ephy-embed-persist.c * This file is part of Epiphany * * Copyright © 2010 - Igalia S.L. diff --git a/tests/testephylocationentry.c b/tests/ephy-location-entry.c index ca370e411..bac969e0f 100644 --- a/tests/testephylocationentry.c +++ b/tests/ephy-location-entry.c @@ -1,6 +1,6 @@ /* vim: set sw=2 ts=2 sts=2 et: */ /* - * testephylocationentry.c + * ephy-location-entry.c * This file is part of Epiphany * * Copyright © 2008 - Diego Escalante Urrelo @@ -17,10 +17,10 @@ * * You should have received a copy of the GNU General Public License * along with Epiphany; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, + * Foundation, Inc., 51 Franklin St, Fifth Floor, * Boston, MA 02110-1301 USA */ - + #include "config.h" #include "ephy-debug.h" #include "ephy-location-entry.h" diff --git a/tests/testephysearchentry.c b/tests/ephy-search-entry.c index 2ed4e72ca..3cc8ce552 100644 --- a/tests/testephysearchentry.c +++ b/tests/ephy-search-entry.c @@ -1,6 +1,6 @@ /* vim: set sw=2 ts=2 sts=2 et: */ /* - * testephysearchentry.c + * ephy-search-entry.c * This file is part of Epiphany * * Copyright © 2008 - Diego Escalante Urrelo @@ -17,10 +17,10 @@ * * You should have received a copy of the GNU General Public License * along with Epiphany; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, + * Foundation, Inc., 51 Franklin St, Fifth Floor, * Boston, MA 02110-1301 USA */ - + #include "config.h" #include "ephy-search-entry.h" #include <glib.h> diff --git a/tests/testephyzoomcontrol.c b/tests/ephy-zoom-control.c index 02c628d0f..b02ec2847 100644 --- a/tests/testephyzoomcontrol.c +++ b/tests/ephy-zoom-control.c @@ -1,6 +1,6 @@ /* vim: set sw=2 ts=2 sts=2 et: */ /* - * testephyzoomcontrol.c + * ephy-zoom-control.c * This file is part of Epiphany * * Copyright © 2008 - Diego Escalante Urrelo @@ -17,10 +17,10 @@ * * You should have received a copy of the GNU General Public License * along with Epiphany; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, + * Foundation, Inc., 51 Franklin St, Fifth Floor, * Boston, MA 02110-1301 USA */ - + #include "config.h" #include "ephy-zoom-control.h" #include <glib.h> |