diff options
Diffstat (limited to 'nss/tst-field.c')
-rw-r--r-- | nss/tst-field.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nss/tst-field.c b/nss/tst-field.c index d80be681c2..8950d7c8c6 100644 --- a/nss/tst-field.c +++ b/nss/tst-field.c @@ -25,6 +25,8 @@ #include <stdlib.h> #include <string.h> +#include <support/support.h> + static bool errors; static void @@ -97,5 +99,4 @@ do_test (void) return errors; } -#define TEST_FUNCTION do_test () -#include "../test-skeleton.c" +#include <support/test-driver.c> |