- changed include paths

This commit is contained in:
Jan Hutter
2005-11-23 09:22:25 +00:00
parent 8080fccbe9
commit 94852e7550
41 changed files with 127 additions and 127 deletions
@@ -24,10 +24,10 @@
#include "../transforms/diffie_hellman.h" #include "../transforms/diffie_hellman.h"
#include "../globals.h" #include <globals.h>
#include "../utils/logger_manager.h" #include <utils/logger_manager.h>
#include "../utils/allocator.h" #include <utils/allocator.h>
#include "../payloads/transform_substructure.h" #include <payloads/transform_substructure.h>
/* /*
* described in Header-File * described in Header-File
@@ -23,7 +23,7 @@
#ifndef DIFFIE_HELLMAN_TEST_H_ #ifndef DIFFIE_HELLMAN_TEST_H_
#define DIFFIE_HELLMAN_TEST_H_ #define DIFFIE_HELLMAN_TEST_H_
#include "../utils/tester.h" #include <utils/tester.h>
/** /**
* @brief Test function used to test the diffie_hellman_t functionality * @brief Test function used to test the diffie_hellman_t functionality
+2 -2
View File
@@ -25,8 +25,8 @@
#include "event_queue_test.h" #include "event_queue_test.h"
#include "../utils/allocator.h" #include <utils/allocator.h>
#include "../queues/event_queue.h" #include <queues/event_queue.h>
/** /**
* Number of different times to insert per thread * Number of different times to insert per thread
+1 -1
View File
@@ -23,7 +23,7 @@
#ifndef EVENT_QUEUE_TEST_H_ #ifndef EVENT_QUEUE_TEST_H_
#define EVENT_QUEUE_TEST_H_ #define EVENT_QUEUE_TEST_H_
#include "../utils/tester.h" #include <utils/tester.h>
/** /**
* @brief Test function used to test the event_queue functionality * @brief Test function used to test the event_queue functionality
+14 -14
View File
@@ -24,20 +24,20 @@
#include "generator_test.h" #include "generator_test.h"
#include "../globals.h" #include <globals.h>
#include "../generator.h" #include <generator.h>
#include "../utils/allocator.h" #include <utils/allocator.h>
#include "../utils/logger_manager.h" #include <utils/logger_manager.h>
#include "../utils/logger.h" #include <utils/logger.h>
#include "../payloads/encodings.h" #include <payloads/encodings.h>
#include "../payloads/ike_header.h" #include <payloads/ike_header.h>
#include "../payloads/transform_attribute.h" #include <payloads/transform_attribute.h>
#include "../payloads/transform_substructure.h" #include <payloads/transform_substructure.h>
#include "../payloads/proposal_substructure.h" #include <payloads/proposal_substructure.h>
#include "../payloads/sa_payload.h" #include <payloads/sa_payload.h>
#include "../payloads/ke_payload.h" #include <payloads/ke_payload.h>
#include "../payloads/notify_payload.h" #include <payloads/notify_payload.h>
#include "../payloads/nonce_payload.h" #include <payloads/nonce_payload.h>
/* /*
* Described in Header * Described in Header
+1 -1
View File
@@ -23,7 +23,7 @@
#ifndef GENERATOR_TEST_H_ #ifndef GENERATOR_TEST_H_
#define GENERATOR_TEST_H_ #define GENERATOR_TEST_H_
#include "../utils/tester.h" #include <utils/tester.h>
/** /**
* @brief Test function used to test the generator with header payload * @brief Test function used to test the generator with header payload
+1 -1
View File
@@ -24,7 +24,7 @@
#include "hasher_md5_test.h" #include "hasher_md5_test.h"
#include "../utils/allocator.h" #include <utils/allocator.h>
/* /*
+3 -3
View File
@@ -23,9 +23,9 @@
#ifndef HASHER_MD5_TEST_H_ #ifndef HASHER_MD5_TEST_H_
#define HASHER_MD5_TEST_H_ #define HASHER_MD5_TEST_H_
#include "../transforms/hashers/hasher.h" #include <transforms/hashers/hasher.h>
#include "../transforms/hashers/hasher_md5.h" #include <transforms/hashers/hasher_md5.h>
#include "../utils/tester.h" #include <utils/tester.h>
/** /**
* @brief Test function used to test the md5-hasher functionality * @brief Test function used to test the md5-hasher functionality
+1 -1
View File
@@ -24,7 +24,7 @@
#include "hasher_sha1_test.h" #include "hasher_sha1_test.h"
#include "../utils/allocator.h" #include <utils/allocator.h>
/* /*
+3 -3
View File
@@ -23,9 +23,9 @@
#ifndef HASHER_SHA1_TEST_H_ #ifndef HASHER_SHA1_TEST_H_
#define HASHER_SHA1_TEST_H_ #define HASHER_SHA1_TEST_H_
#include "../transforms/hashers/hasher.h" #include <transforms/hashers/hasher.h>
#include "../transforms/hashers/hasher_sha1.h" #include <transforms/hashers/hasher_sha1.h>
#include "../utils/tester.h" #include <utils/tester.h>
/** /**
* @brief Test function used to test the sha1-hasher functionality * @brief Test function used to test the sha1-hasher functionality
+2 -2
View File
@@ -24,8 +24,8 @@
#include "hmac_test.h" #include "hmac_test.h"
#include "../transforms/hmac.h" #include <transforms/hmac.h>
#include "../utils/allocator.h" #include <utils/allocator.h>
/* /*
+2 -2
View File
@@ -23,8 +23,8 @@
#ifndef HMAC_TEST_H_ #ifndef HMAC_TEST_H_
#define HMAC_TEST_H_ #define HMAC_TEST_H_
#include "../transforms/hmac.h" #include <transforms/hmac.h>
#include "../utils/tester.h" #include <utils/tester.h>
/** /**
* @brief Test function used to test the hmac functionality * @brief Test function used to test the hmac functionality
+1 -1
View File
@@ -22,7 +22,7 @@
#include "ike_sa_id_test.h" #include "ike_sa_id_test.h"
#include "../ike_sa_id.h" #include <ike_sa_id.h>
/* /*
* described in Header-File * described in Header-File
+1 -1
View File
@@ -23,7 +23,7 @@
#ifndef IKE_SA_ID_TEST_H_ #ifndef IKE_SA_ID_TEST_H_
#define IKE_SA_ID_TEST_H_ #define IKE_SA_ID_TEST_H_
#include "../utils/tester.h" #include <utils/tester.h>
/** /**
* @brief Test function used to test the ike_sa_id functionality * @brief Test function used to test the ike_sa_id functionality
@@ -26,8 +26,8 @@
#include "ike_sa_manager_test.h" #include "ike_sa_manager_test.h"
#include "../types.h" #include <types.h>
#include "../ike_sa_manager.h" #include <ike_sa_manager.h>
static struct ike_sa_manager_test_struct_s { static struct ike_sa_manager_test_struct_s {
@@ -23,7 +23,7 @@
#ifndef IKE_SA_MANAGER_TEST_H_ #ifndef IKE_SA_MANAGER_TEST_H_
#define IKE_SA_MANAGER_TEST_H_ #define IKE_SA_MANAGER_TEST_H_
#include "../utils/tester.h" #include <utils/tester.h>
/** /**
* @brief Test function used to test the ike_sa_manager_t functionality * @brief Test function used to test the ike_sa_manager_t functionality
+3 -3
View File
@@ -22,9 +22,9 @@
#include "ike_sa_test.h" #include "ike_sa_test.h"
#include "../types.h" #include <types.h>
#include "../message.h" #include <message.h>
#include "../ike_sa.h" #include <ike_sa.h>
void test_ike_sa(tester_t *tester) void test_ike_sa(tester_t *tester)
{ {
+1 -1
View File
@@ -23,7 +23,7 @@
#ifndef IKE_SA_TEST_H_ #ifndef IKE_SA_TEST_H_
#define IKE_SA_TEST_H_ #define IKE_SA_TEST_H_
#include "../utils/tester.h" #include <utils/tester.h>
/** /**
* @brief Test function used to test the ike_sa_t functionality * @brief Test function used to test the ike_sa_t functionality
+2 -2
View File
@@ -27,8 +27,8 @@
#include "job_queue_test.h" #include "job_queue_test.h"
#include "../utils/allocator.h" #include <utils/allocator.h>
#include "../queues/job_queue.h" #include <queues/job_queue.h>
typedef struct job_queue_test_s job_queue_test_t; typedef struct job_queue_test_s job_queue_test_t;
+1 -1
View File
@@ -23,7 +23,7 @@
#ifndef JOB_QUEUE_TEST_H_ #ifndef JOB_QUEUE_TEST_H_
#define JOB_QUEUE_TEST_H_ #define JOB_QUEUE_TEST_H_
#include "../utils/tester.h" #include <utils/tester.h>
/** /**
* @brief Test function used to test the job_queue functionality * @brief Test function used to test the job_queue functionality
+1 -1
View File
@@ -24,7 +24,7 @@
#include "linked_list_test.h" #include "linked_list_test.h"
#include "../utils/linked_list.h" #include <utils/linked_list.h>
/* /*
* Description in header-file * Description in header-file
+1 -1
View File
@@ -23,7 +23,7 @@
#ifndef LINKED_LIST_TEST_H_ #ifndef LINKED_LIST_TEST_H_
#define LINKED_LIST_TEST_H_ #define LINKED_LIST_TEST_H_
#include "../utils/tester.h" #include <utils/tester.h>
/** /**
* @brief Test function for the type linked_list_t * @brief Test function for the type linked_list_t
+4 -4
View File
@@ -24,10 +24,10 @@
#include "packet_test.h" #include "packet_test.h"
#include "../packet.h" #include <packet.h>
#include "../globals.h" #include <globals.h>
#include "../utils/allocator.h" #include <utils/allocator.h>
#include "../utils/logger_manager.h" #include <utils/logger_manager.h>
/* /*
+1 -1
View File
@@ -23,7 +23,7 @@
#ifndef PACKET_TEST_H_ #ifndef PACKET_TEST_H_
#define PACKET_TEST_H_ #define PACKET_TEST_H_
#include "../utils/tester.h" #include <utils/tester.h>
/** /**
* @brief Test function used to test the packet_t functionality * @brief Test function used to test the packet_t functionality
+10 -10
View File
@@ -23,16 +23,16 @@
#include "parser_test.h" #include "parser_test.h"
#include "../generator.h" #include <generator.h>
#include "../parser.h" #include <parser.h>
#include "../utils/allocator.h" #include <utils/allocator.h>
#include "../utils/logger_manager.h" #include <utils/logger_manager.h>
#include "../payloads/encodings.h" #include <payloads/encodings.h>
#include "../payloads/ike_header.h" #include <payloads/ike_header.h>
#include "../payloads/sa_payload.h" #include <payloads/sa_payload.h>
#include "../payloads/nonce_payload.h" #include <payloads/nonce_payload.h>
#include "../payloads/ke_payload.h" #include <payloads/ke_payload.h>
#include "../payloads/notify_payload.h" #include <payloads/notify_payload.h>
extern logger_manager_t *global_logger_manager; extern logger_manager_t *global_logger_manager;
+1 -1
View File
@@ -22,7 +22,7 @@
#ifndef PARSER_TEST_H_ #ifndef PARSER_TEST_H_
#define PARSER_TEST_H_ #define PARSER_TEST_H_
#include "../utils/tester.h" #include <utils/tester.h>
void test_parser_with_header_payload(tester_t *tester); void test_parser_with_header_payload(tester_t *tester);
+2 -2
View File
@@ -24,8 +24,8 @@
#include "prf_plus_test.h" #include "prf_plus_test.h"
#include "../transforms/prf_plus.h" #include <transforms/prf_plus.h>
#include "../utils/allocator.h" #include <utils/allocator.h>
/* /*
+2 -2
View File
@@ -23,8 +23,8 @@
#ifndef PRF_PLUS_TEST_H_ #ifndef PRF_PLUS_TEST_H_
#define PRF_PLUS_TEST_H_ #define PRF_PLUS_TEST_H_
#include "../transforms/prf_plus.h" #include <transforms/prf_plus.h>
#include "../utils/tester.h" #include <utils/tester.h>
/** /**
* @brief Test function used to test the prf_plus class. * @brief Test function used to test the prf_plus class.
+8 -8
View File
@@ -25,14 +25,14 @@
#include "receiver_test.h" #include "receiver_test.h"
#include "../globals.h" #include <globals.h>
#include "../receiver.h" #include <receiver.h>
#include "../packet.h" #include <packet.h>
#include "../socket.h" #include <socket.h>
#include "../queues/send_queue.h" #include <queues/send_queue.h>
#include "../queues/job_queue.h" #include <queues/job_queue.h>
#include "../payloads/encodings.h" #include <payloads/encodings.h>
#include "../utils/allocator.h" #include <utils/allocator.h>
/** /**
* Number of packets to send by sender-thread * Number of packets to send by sender-thread
+1 -1
View File
@@ -23,7 +23,7 @@
#ifndef RECEIVER_TEST_H_ #ifndef RECEIVER_TEST_H_
#define RECEIVER_TEST_H_ #define RECEIVER_TEST_H_
#include "../utils/tester.h" #include <utils/tester.h>
/** /**
* @brief Test function for the type receiver_t * @brief Test function for the type receiver_t
+4 -4
View File
@@ -25,10 +25,10 @@
#include "scheduler_test.h" #include "scheduler_test.h"
#include "../globals.h" #include <globals.h>
#include "../scheduler.h" #include <scheduler.h>
#include "../queues/event_queue.h" #include <queues/event_queue.h>
#include "../queues/job_queue.h" #include <queues/job_queue.h>
/** /**
+1 -1
View File
@@ -23,7 +23,7 @@
#ifndef SCHEDULER_TEST_H_ #ifndef SCHEDULER_TEST_H_
#define SCHEDULER_TEST_H_ #define SCHEDULER_TEST_H_
#include "../utils/tester.h" #include <utils/tester.h>
/** /**
* @brief Test function for the type scheduler_t * @brief Test function for the type scheduler_t
+1 -1
View File
@@ -24,7 +24,7 @@
#include "send_queue_test.h" #include "send_queue_test.h"
#include "../queues/send_queue.h" #include <queues/send_queue.h>
/** /**
+1 -1
View File
@@ -23,7 +23,7 @@
#ifndef SEND_QUEUE_TEST_H_ #ifndef SEND_QUEUE_TEST_H_
#define SEND_QUEUE_TEST_H_ #define SEND_QUEUE_TEST_H_
#include "../utils/tester.h" #include <utils/tester.h>
/** /**
* @brief Test function used to test the send_queue functionality * @brief Test function used to test the send_queue functionality
+7 -7
View File
@@ -24,13 +24,13 @@
#include "sender_test.h" #include "sender_test.h"
#include "../globals.h" #include <globals.h>
#include "../sender.h" #include <sender.h>
#include "../packet.h" #include <packet.h>
#include "../socket.h" #include <socket.h>
#include "../queues/send_queue.h" #include <queues/send_queue.h>
#include "../queues/job_queue.h" #include <queues/job_queue.h>
#include "../utils/allocator.h" #include <utils/allocator.h>
/** /**
* Number of packets to send by sender-thread * Number of packets to send by sender-thread
+1 -1
View File
@@ -23,7 +23,7 @@
#ifndef SENDER_TEST_H_ #ifndef SENDER_TEST_H_
#define SENDER_TEST_H_ #define SENDER_TEST_H_
#include "../utils/tester.h" #include <utils/tester.h>
/** /**
* @brief Test function for the type sender_t * @brief Test function for the type sender_t
+2 -2
View File
@@ -25,8 +25,8 @@
#include "socket_test.h" #include "socket_test.h"
#include "../socket.h" #include <socket.h>
#include "../utils/allocator.h" #include <utils/allocator.h>
/* /*
* Description in header file * Description in header file
+1 -1
View File
@@ -23,7 +23,7 @@
#ifndef SOCKET_TEST_H_ #ifndef SOCKET_TEST_H_
#define SOCKET_TEST_H_ #define SOCKET_TEST_H_
#include "../utils/tester.h" #include <utils/tester.h>
/** /**
* @brief Test function for the type socket_t * @brief Test function for the type socket_t
+29 -29
View File
@@ -23,35 +23,35 @@
#include <stdio.h> #include <stdio.h>
#include "../queues/job_queue.h" #include <queues/job_queue.h>
#include "../queues/event_queue.h" #include <queues/event_queue.h>
#include "../queues/send_queue.h" #include <queues/send_queue.h>
#include "../configuration_manager.h" #include <configuration_manager.h>
#include "../ike_sa_manager.h" #include <ike_sa_manager.h>
#include "../socket.h" #include <socket.h>
#include "../utils/logger_manager.h" #include <utils/logger_manager.h>
#include "../utils/allocator.h" #include <utils/allocator.h>
#include "../utils/tester.h" #include <utils/tester.h>
#include "linked_list_test.h" #include <testcases/linked_list_test.h>
#include "thread_pool_test.h" #include <testcases/thread_pool_test.h>
#include "job_queue_test.h" #include <testcases/job_queue_test.h>
#include "event_queue_test.h" #include <testcases/event_queue_test.h>
#include "send_queue_test.h" #include <testcases/send_queue_test.h>
#include "socket_test.h" #include <testcases/socket_test.h>
#include "sender_test.h" #include <testcases/sender_test.h>
#include "scheduler_test.h" #include <testcases/scheduler_test.h>
#include "receiver_test.h" #include <testcases/receiver_test.h>
#include "ike_sa_id_test.h" #include <testcases/ike_sa_id_test.h>
#include "ike_sa_test.h" #include <testcases/ike_sa_test.h>
#include "ike_sa_manager_test.h" #include <testcases/ike_sa_manager_test.h>
#include "generator_test.h" #include <testcases/generator_test.h>
#include "parser_test.h" #include <testcases/parser_test.h>
#include "packet_test.h" #include <testcases/packet_test.h>
#include "diffie_hellman_test.h" #include <testcases/diffie_hellman_test.h>
#include "hasher_sha1_test.h" #include <testcases/hasher_sha1_test.h>
#include "hasher_md5_test.h" #include <testcases/hasher_md5_test.h>
#include "hmac_test.h" #include <testcases/hmac_test.h>
#include "prf_plus_test.h" #include <testcases/prf_plus_test.h>
/* output for test messages */ /* output for test messages */
+1 -1
View File
@@ -24,7 +24,7 @@
#include "thread_pool_test.h" #include "thread_pool_test.h"
#include "../thread_pool.h" #include <thread_pool.h>
/* /*
* Description in header file * Description in header file
+1 -1
View File
@@ -23,7 +23,7 @@
#ifndef THREAD_POOL_TEST_H_ #ifndef THREAD_POOL_TEST_H_
#define THREAD_POOL_TEST_H_ #define THREAD_POOL_TEST_H_
#include "../utils/tester.h" #include <utils/tester.h>
/** /**
* @brief Test function for the type thread_pool_t * @brief Test function for the type thread_pool_t