diff options
author | Benoit Neil <suky0001@free.fr> | 2009-04-06 21:05:44 +0000 |
---|---|---|
committer | Benoit Neil <suky0001@free.fr> | 2009-04-06 21:05:44 +0000 |
commit | b85154f13fa5bf25d7da2fa4eaa05fb683ba3aa3 (patch) | |
tree | fe9841b708e526eaecced55a868c72a2f8af16c1 /tests/CMakeLists.txt | |
parent | 06047d91036130bce6fde44ee481582c1a979706 (diff) | |
download | curl-b85154f13fa5bf25d7da2fa4eaa05fb683ba3aa3.tar.gz |
Added tests (exes) targets, refactor a few things.
PS: Once again, sorry if the added files have executable perms on Linux.
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt new file mode 100644 index 000000000..147ef1fdd --- /dev/null +++ b/tests/CMakeLists.txt @@ -0,0 +1,2 @@ +ADD_SUBDIRECTORY(libtest) +ADD_SUBDIRECTORY(server) |