diff options
Diffstat (limited to 'tests/tar_target_filled.c')
-rw-r--r-- | tests/tar_target_filled.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/tar_target_filled.c b/tests/tar_target_filled.c index 6e8d923..4098b39 100644 --- a/tests/tar_target_filled.c +++ b/tests/tar_target_filled.c @@ -4,15 +4,7 @@ * * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at> */ -#include "config.h" - -#include "tar.h" -#include "test.h" - -#define STR(x) #x -#define STRVALUE(x) STR(x) - -#define TEST_PATH STRVALUE(TESTPATH) +#include "test_tar.h" int main(void) { |