diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-08-04 21:30:55 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-08-04 21:30:55 +0800 |
commit | d0d48357cf641635b6bf09222de38059113ffb32 (patch) | |
tree | 0dea2ef14f908f9d85b252627e37b590d1c2be85 /configure.ac | |
parent | 3c6a471e1ac91a23e98533bba0548c3a61ecc44d (diff) | |
download | gsoc2013-epiphany-d0d48357cf641635b6bf09222de38059113ffb32.tar gsoc2013-epiphany-d0d48357cf641635b6bf09222de38059113ffb32.tar.gz gsoc2013-epiphany-d0d48357cf641635b6bf09222de38059113ffb32.tar.bz2 gsoc2013-epiphany-d0d48357cf641635b6bf09222de38059113ffb32.tar.lz gsoc2013-epiphany-d0d48357cf641635b6bf09222de38059113ffb32.tar.xz gsoc2013-epiphany-d0d48357cf641635b6bf09222de38059113ffb32.tar.zst gsoc2013-epiphany-d0d48357cf641635b6bf09222de38059113ffb32.zip |
Add the base for tests/ support.
Include a test for ephysearchentry, need to make them optional too.
Part of #544642.
svn path=/trunk/; revision=8384
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 9d9fa9b89..42aace7ec 100644 --- a/configure.ac +++ b/configure.ac @@ -554,6 +554,7 @@ src/bookmarks/Makefile src/epiphany.h help/Makefile po/Makefile.in +tests/Makefile ], [], [EPIPHANY_API_VERSION=$EPIPHANY_API_VERSION]) |