File: test_version.c

package info (click to toggle)
libarchive 3.8.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,896 kB
  • sloc: ansic: 172,236; sh: 6,022; makefile: 1,951; cpp: 1,535; awk: 770
file content (16 lines) | stat: -rw-r--r-- 278 bytes parent folder | download
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, "bsdcat");
}