diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2010-02-26 07:00:16 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <descalante@igalia.com> | 2010-02-26 07:00:16 +0800 |
commit | 57b887e2cb4e63566ab4a76410503250769a9e3f (patch) | |
tree | 2f92577572b385562d4b8e13dea1034860450cd5 /tests/Makefile.am | |
parent | d3038a0b98a28b84782b22f3127f1e1708914733 (diff) | |
download | gsoc2013-epiphany-57b887e2cb4e63566ab4a76410503250769a9e3f.tar gsoc2013-epiphany-57b887e2cb4e63566ab4a76410503250769a9e3f.tar.gz gsoc2013-epiphany-57b887e2cb4e63566ab4a76410503250769a9e3f.tar.bz2 gsoc2013-epiphany-57b887e2cb4e63566ab4a76410503250769a9e3f.tar.lz gsoc2013-epiphany-57b887e2cb4e63566ab4a76410503250769a9e3f.tar.xz gsoc2013-epiphany-57b887e2cb4e63566ab4a76410503250769a9e3f.tar.zst gsoc2013-epiphany-57b887e2cb4e63566ab4a76410503250769a9e3f.zip |
tests: add test for EphyEmbedPersist
Bug #600987
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index d8ba9d4ff..73badfc7b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,5 @@ noinst_PROGRAMS = \ + testephyembedpersist \ testephysearchentry \ testephylocationentry \ testephyzoomcontrol @@ -37,6 +38,9 @@ LDADD += \ $(SEED_LIBS) endif +testephyembedpersist_SOURCES = \ + testephyembedpersist.c + testephysearchentry_SOURCES = \ testephysearchentry.c |