~jamesodhunt/upstart/async-spawn.20140310

« back to all changes in this revision

Viewing changes to init/tests/test_state.c

  • Committer: James Hunt
  • Date: 2013-06-25 09:19:05 UTC
  • mto: (1483.1.1 upstart)
  • mto: This revision was merged to the branch mainline in revision 1484.
  • Revision ID: james.hunt@ubuntu.com-20130625091905-4r8qpd84mw3n2byg
* test/test_util.[ch]: Renamed to test_util_common.[ch] and updated all
  references to allow existing init-specific (and hence not common)
  init/test_util.[ch] to remain.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
#include "log.h"
48
48
#include "blocked.h"
49
49
#include "control.h"
50
 
#include "test_util.h"
 
50
#include "test_util_common.h"
51
51
 
52
52
#ifndef TEST_DATA_DIR
53
53
#error ERROR: TEST_DATA_DIR not defined