diff options
author | Vincent Richard <[email protected]> | 2004-10-05 19:03:58 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2004-10-05 19:03:58 +0000 |
commit | 4661f3f6a326955fcad2d37610b76fe2677db9eb (patch) | |
tree | a9dff4fe5f1127aceae6de982369f2e419311606 | |
parent | Changed meaning of "path" portion in a URL. This does not specify the root pa... (diff) | |
download | vmime-4661f3f6a326955fcad2d37610b76fe2677db9eb.tar.gz vmime-4661f3f6a326955fcad2d37610b76fe2677db9eb.zip |
Files omitted during initial import.
-rw-r--r-- | tests/Makefile | 6 | ||||
-rw-r--r-- | tests/charset/Makefile | 5 | ||||
-rw-r--r-- | tests/encoding/Makefile | 5 | ||||
-rw-r--r-- | tests/mailbox/Makefile | 4 |
4 files changed, 20 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile new file mode 100644 index 00000000..8cdd8019 --- /dev/null +++ b/tests/Makefile @@ -0,0 +1,6 @@ + +all-tests: + cd encoding ; make + cd charset ; make + cd mailbox ; make + diff --git a/tests/charset/Makefile b/tests/charset/Makefile new file mode 100644 index 00000000..7c0fe6c0 --- /dev/null +++ b/tests/charset/Makefile @@ -0,0 +1,5 @@ + + +main: main.cpp ../../libvmime-debug.a + g++ -g -o main main.cpp ../../libvmime-debug.a + diff --git a/tests/encoding/Makefile b/tests/encoding/Makefile new file mode 100644 index 00000000..7c0fe6c0 --- /dev/null +++ b/tests/encoding/Makefile @@ -0,0 +1,5 @@ + + +main: main.cpp ../../libvmime-debug.a + g++ -g -o main main.cpp ../../libvmime-debug.a + diff --git a/tests/mailbox/Makefile b/tests/mailbox/Makefile new file mode 100644 index 00000000..97e76b4d --- /dev/null +++ b/tests/mailbox/Makefile @@ -0,0 +1,4 @@ + +main: main.cpp ../../libvmime-debug.a + g++ -g -o main main.cpp ../../libvmime-debug.a + |