Files omitted during initial import.

This commit is contained in:
Vincent Richard 2004-10-05 19:03:58 +00:00
parent 0967d3ef5b
commit 4661f3f6a3
4 changed files with 20 additions and 0 deletions

6
tests/Makefile Normal file
View File

@ -0,0 +1,6 @@
all-tests:
cd encoding ; make
cd charset ; make
cd mailbox ; make

5
tests/charset/Makefile Normal file
View File

@ -0,0 +1,5 @@
main: main.cpp ../../libvmime-debug.a
g++ -g -o main main.cpp ../../libvmime-debug.a

5
tests/encoding/Makefile Normal file
View File

@ -0,0 +1,5 @@
main: main.cpp ../../libvmime-debug.a
g++ -g -o main main.cpp ../../libvmime-debug.a

4
tests/mailbox/Makefile Normal file
View File

@ -0,0 +1,4 @@
main: main.cpp ../../libvmime-debug.a
g++ -g -o main main.cpp ../../libvmime-debug.a