/** Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.* Distributed under the terms of the MIT License.*/#ifndef RW_LOCK_TESTS_H#define RW_LOCK_TESTS_H#include "TestSuite.h"TestSuite* create_rw_lock_test_suite();#endif // RW_LOCK_TESTS_H
/** Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.* Distributed under the terms of the MIT License.*/#ifndef RW_LOCK_TESTS_H#define RW_LOCK_TESTS_H#include "TestSuite.h"TestSuite* create_rw_lock_test_suite();#endif // RW_LOCK_TESTS_H