diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-05-20 00:09:31 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-05-20 00:09:31 +0800 |
commit | 058a84bf365dc0a384d1de08d80c686838e126b7 (patch) | |
tree | b01160c67016daa21242aab4d05983b1a4ec78e6 /tests | |
parent | 6476c5f2331cd73d0deb7d459d701ee9e13c7b88 (diff) | |
download | gsoc2013-evolution-058a84bf365dc0a384d1de08d80c686838e126b7.tar gsoc2013-evolution-058a84bf365dc0a384d1de08d80c686838e126b7.tar.gz gsoc2013-evolution-058a84bf365dc0a384d1de08d80c686838e126b7.tar.bz2 gsoc2013-evolution-058a84bf365dc0a384d1de08d80c686838e126b7.tar.lz gsoc2013-evolution-058a84bf365dc0a384d1de08d80c686838e126b7.tar.xz gsoc2013-evolution-058a84bf365dc0a384d1de08d80c686838e126b7.tar.zst gsoc2013-evolution-058a84bf365dc0a384d1de08d80c686838e126b7.zip |
missing files 2
svn path=/trunk/; revision=932
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 13 | ||||
-rw-r--r-- | tests/test1.c | 8 |
2 files changed, 21 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 0000000000..646190475c --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,13 @@ +# process this file with automake to create Makefile.in + +INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir)/camel \ + -I$(includedir) + +LDADD = \ + $(top_builddir)/camel/libcamel.la \ + $(GNOME_LIBDIR) \ + $(GNOMEUI_LIBS) $(INTLLIBS) + +noinst_PROGRAMS = \ + test1 + diff --git a/tests/test1.c b/tests/test1.c new file mode 100644 index 0000000000..061c9684e7 --- /dev/null +++ b/tests/test1.c @@ -0,0 +1,8 @@ +#include "camel-mime-message.h" + + +void +main (int argc, char**argv) +{ + +} |