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 /Makefile.am | |
parent | 3c6a471e1ac91a23e98533bba0548c3a61ecc44d (diff) | |
download | gsoc2013-epiphany-d0d48357cf641635b6bf09222de38059113ffb32.tar.gz 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 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 322a1c69e..88dc1e818 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = lib embed src data po help doc +SUBDIRS = lib embed src data po help doc tests ACLOCAL_AMFLAGS = -I m4 |