diff options
Diffstat (limited to 'nss/tst-nss-test2.c')
-rw-r--r-- | nss/tst-nss-test2.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nss/tst-nss-test2.c b/nss/tst-nss-test2.c index 11c2edf118..ac45d58c4b 100644 --- a/nss/tst-nss-test2.c +++ b/nss/tst-nss-test2.c @@ -22,6 +22,8 @@ #include <stdlib.h> #include <string.h> +#include <support/support.h> + #include "nss_test.h" /* The data in these tables is arbitrary, but the merged data based on @@ -132,5 +134,4 @@ do_test (void) return retval; } -#define TEST_FUNCTION do_test () -#include "../test-skeleton.c" +#include <support/test-driver.c> |