Files omitted during initial import.
This commit is contained in:
parent
0967d3ef5b
commit
4661f3f6a3
6
tests/Makefile
Normal file
6
tests/Makefile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
|
||||||
|
all-tests:
|
||||||
|
cd encoding ; make
|
||||||
|
cd charset ; make
|
||||||
|
cd mailbox ; make
|
||||||
|
|
5
tests/charset/Makefile
Normal file
5
tests/charset/Makefile
Normal 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
5
tests/encoding/Makefile
Normal 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
4
tests/mailbox/Makefile
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
main: main.cpp ../../libvmime-debug.a
|
||||||
|
g++ -g -o main main.cpp ../../libvmime-debug.a
|
||||||
|
|
Loading…
Reference in New Issue
Block a user