~markwright/scalestack/zeromq

« back to all changes in this revision

Viewing changes to scalestack/echo/server/tcp/test/run.cc

  • Committer: Eric Day
  • Date: 2011-01-25 20:51:51 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: eday@oddments.org-20110125205151-rlam04duepoczo9v
Moved common into kernel, other related cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 * @brief Echo Server TCP Test
22
22
 */
23
23
 
24
 
#include <scalestack/common/test.h>
 
24
#include "config.h"
 
25
 
 
26
#include <scalestack/kernel/test.h>
25
27
 
26
28
static const char* test_address = ":32123";
27
29