aboutsummaryrefslogtreecommitdiff
path: root/tests/test_tar.h
blob: 9ec2b122256a08f7d2a3c612c40e3735bfc12690 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-License-Identifier: GPL-3.0-or-later */
/*
 * test_tar.h
 *
 * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at>
 */
#ifndef TEST_TAR_H
#define TEST_TAR_H

#include "config.h"
#include "tar.h"
#include "test.h"

#define STR(x) #x
#define STRVALUE(x) STR(x)

#define TEST_PATH STRVALUE(TESTPATH)

#endif /* TEST_TAR_H */