test_channeltls.c 363 B

123456789101112131415161718
  1. /* Copyright (c) 2013, The Tor Project, Inc. */
  2. /* See LICENSE for licensing information */
  3. #define TOR_CHANNEL_INTERNAL_
  4. #include "or.h"
  5. #include "channel.h"
  6. #include "channeltls.h"
  7. /* For init/free stuff */
  8. #include "scheduler.h"
  9. /* Test suite stuff */
  10. #include "test.h"
  11. #include "fakechans.h"
  12. struct testcase_t channeltls_tests[] = {
  13. END_OF_TESTCASES
  14. };