Changeset 727

Show
Ignore:
Timestamp:
08/20/06 23:40:01
Author:
pvanhoof
Message:

Created the tests directory

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile.am

    r693 r727  
    2020endif 
    2121 
    22 SUBDIRS += bindings po  
     22SUBDIRS += bindings po tests  
    2323 
    2424DIST_SUBDIRS = \ 
  • trunk/configure.ac

    r696 r727  
    330330libtinymail-test/Makefile 
    331331tinymail/Makefile 
     332tests/Makefile 
     333tests/python-demo/Makefile 
     334tests/memory/Makefile 
    332335m4/Makefile 
    333336]) 
  • trunk/libtinymail-camel/tny-header.c

    r723 r727  
    5151struct _TnyHeader  
    5252{ 
    53         GObject parent; 
     53        GObject parent;                 
    5454        void *info; 
    5555 
  • trunk/tests

    • Property svn:ignore set to Makefile.in .svnignore Makefile
  • trunk/tests/python-demo

    • Property svn:ignore set to Makefile.in .svnignore Makefile