diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-11 13:05:19 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-11 13:05:19 +0000 |
commit | 55497527cefeea9ef230887bb1909b7703f8b5ec (patch) | |
tree | 44f8ec20f741636714d1839e180551ff614969b8 /Source/charon/tests.c | |
parent | c795c4e5d7c5a51001c9933c544aa2ef9e98d4c4 (diff) | |
download | strongswan-55497527cefeea9ef230887bb1909b7703f8b5ec.tar.bz2 strongswan-55497527cefeea9ef230887bb1909b7703f8b5ec.tar.xz |
- renamed tests to testcases
Diffstat (limited to 'Source/charon/tests.c')
-rw-r--r-- | Source/charon/tests.c | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/Source/charon/tests.c b/Source/charon/tests.c index 20efb75ba..ba6ccf8c0 100644 --- a/Source/charon/tests.c +++ b/Source/charon/tests.c @@ -30,21 +30,21 @@ #include "event_queue.h" #include "send_queue.h" #include "socket.h" -#include "tests/linked_list_test.h" -#include "tests/thread_pool_test.h" -#include "tests/job_queue_test.h" -#include "tests/event_queue_test.h" -#include "tests/send_queue_test.h" -#include "tests/socket_test.h" -#include "tests/sender_test.h" -#include "tests/scheduler_test.h" -#include "tests/receiver_test.h" -#include "tests/ike_sa_id_test.h" -#include "tests/ike_sa_test.h" -#include "tests/ike_sa_manager_test.h" -#include "tests/generator_test.h" -#include "tests/parser_test.h" -#include "tests/packet_test.h" +#include "testcases/linked_list_test.h" +#include "testcases/thread_pool_test.h" +#include "testcases/job_queue_test.h" +#include "testcases/event_queue_test.h" +#include "testcases/send_queue_test.h" +#include "testcases/socket_test.h" +#include "testcases/sender_test.h" +#include "testcases/scheduler_test.h" +#include "testcases/receiver_test.h" +#include "testcases/ike_sa_id_test.h" +#include "testcases/ike_sa_test.h" +#include "testcases/ike_sa_manager_test.h" +#include "testcases/generator_test.h" +#include "testcases/parser_test.h" +#include "testcases/packet_test.h" /* output for test messages */ |