libarchive2-sys 0.2.0

Low-level FFI bindings to libarchive v3.8.1
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*-
 * SPDX-License-Identifier: BSD-2-Clause
 *
 * Copyright (c) 2003-2017 Tim Kientzle
 * All rights reserved.
 */
#include "test.h"

/*
 * Test that --version option works and generates reasonable output.
 */

DEFINE_TEST(test_version)
{
	assertVersion(testprog, "bsdtar");
}