diff options
author | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-02-10 02:39:09 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-02-11 03:58:15 +0800 |
commit | a32a038b0e39f9811799ca8315dd702659b2353d (patch) | |
tree | 427a2a4658eab384cf83dce833d839a860e3f1d4 /tests | |
parent | ae6c80bf9462e366dca4dfa63265fcde888cc083 (diff) | |
download | gsoc2013-epiphany-a32a038b0e39f9811799ca8315dd702659b2353d.tar gsoc2013-epiphany-a32a038b0e39f9811799ca8315dd702659b2353d.tar.gz gsoc2013-epiphany-a32a038b0e39f9811799ca8315dd702659b2353d.tar.bz2 gsoc2013-epiphany-a32a038b0e39f9811799ca8315dd702659b2353d.tar.lz gsoc2013-epiphany-a32a038b0e39f9811799ca8315dd702659b2353d.tar.xz gsoc2013-epiphany-a32a038b0e39f9811799ca8315dd702659b2353d.tar.zst gsoc2013-epiphany-a32a038b0e39f9811799ca8315dd702659b2353d.zip |
tests: terminate noinst_PROGRAMS with NULL
To avoid trivial line changes, ironically.
https://bugzilla.gnome.org/show_bug.cgi?id=669766
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 73a08171e..2571843fb 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,7 +3,8 @@ noinst_PROGRAMS = \ test-ephy-embed-single \ test-ephy-embed-utils \ test-ephy-location-entry \ - test-ephy-search-entry + test-ephy-search-entry \ + $(NULL) # Mostly copied from Makefile.decl in glib GTESTER = gtester |