diff options
author | Dan Winship <danw@src.gnome.org> | 2000-04-18 02:09:44 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-04-18 02:09:44 +0800 |
commit | 7a3db9a6aba4ba47e859e8c46405f9e086d3cf00 (patch) | |
tree | baa641231b17f56447e6cc8e08a861a926a9c3a3 /tests/Makefile.am | |
parent | 8587c7559b4f52dafcb8cb6163248ac31f8ecbce (diff) | |
download | gsoc2013-evolution-7a3db9a6aba4ba47e859e8c46405f9e086d3cf00.tar.gz gsoc2013-evolution-7a3db9a6aba4ba47e859e8c46405f9e086d3cf00.tar.zst gsoc2013-evolution-7a3db9a6aba4ba47e859e8c46405f9e086d3cf00.zip |
New program to test CamelURL
* tests/test-url.c: New program to test CamelURL
svn path=/trunk/; revision=2473
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 934c9f37a1..4f97b9e143 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -63,6 +63,7 @@ noinst_PROGRAMS = \ test11 \ test12 \ test-movemail \ + test-url \ $(THREAD_RELATED_TESTS) # test-formatter |