diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-04-24 00:19:42 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-04-24 10:23:19 +0200 |
commit | 24983752cb3e452b255306695fd7217256add905 (patch) | |
tree | 87dc294d879dd565a250ed1e3b7cf7181c8b4a50 /egg/tests/test-oid.c | |
parent | eedfc9755323f68a26c39ff2374a11dbc18ada32 (diff) |
Modernize the remainder of the tests.
* Bring up to date with gtester running and individual binaries.
* Make the tests run in make distcheck
Diffstat (limited to 'egg/tests/test-oid.c')
-rw-r--r-- | egg/tests/test-oid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/egg/tests/test-oid.c b/egg/tests/test-oid.c index 189a2009..37b0e2e8 100644 --- a/egg/tests/test-oid.c +++ b/egg/tests/test-oid.c @@ -22,7 +22,7 @@ #include "config.h" -#include "egg-oid.h" +#include "egg/egg-oid.h" #include <glib.h> |