aboutsummaryrefslogtreecommitdiff
path: root/tests/test_tar.h
blob: 0d5ccc189722da3deff14250bca86cde61e80c6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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"

#endif /* TEST_TAR_H */