~jamesodhunt/upstart/async-spawn.20140310

« back to all changes in this revision

Viewing changes to test/test_util_common.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:
1
1
/* upstart
2
2
 *
3
 
 * test_util.c - test utilities
4
 
 * associated serialisation and deserialisation routines.
 
3
 * test_util_common.c - common test utilities
5
4
 *
6
 
 * Copyright © 2012 Canonical Ltd.
 
5
 * Copyright © 2012-2013 Canonical Ltd.
7
6
 * Author: James Hunt <james.hunt@canonical.com>
8
7
 *
9
8
 * This program is free software; you can redistribute it and/or modify
48
47
 
49
48
#include "dbus/upstart.h"
50
49
 
51
 
#include "test_util.h"
 
50
#include "test_util_common.h"
52
51
 
53
52
#ifndef UPSTART_BINARY
54
53
#error unable to find init binary as UPSTART_BINARY not defined