test_version.c 278 B

12345678910111213141516
  1. /*-
  2. * SPDX-License-Identifier: BSD-2-Clause
  3. *
  4. * Copyright (c) 2003-2017 Tim Kientzle
  5. * All rights reserved.
  6. */
  7. #include "test.h"
  8. /*
  9. * Test that --version option works and generates reasonable output.
  10. */
  11. DEFINE_TEST(test_version)
  12. {
  13. assertVersion(testprog, "bsdcat");
  14. }