~markwright/scalestack/zeromq

« back to all changes in this revision

Viewing changes to scalestack/kernel/test/core.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 Kernel Core Tests
22
22
 */
23
23
 
24
 
#include <scalestack/common/test.h>
 
24
#include "config.h"
25
25
 
26
26
#include <cstdlib>
27
27
#include <cstring>
28
28
 
29
29
#include <scalestack/kernel/service.h>
 
30
#include <scalestack/kernel/test.h>
30
31
 
31
32
TEST_SUITE_BEGIN
32
33