Help for this page

Select Code to Download


  1. or download this
    # t/simple_tests.c
    
    ...
        return exit_status();     /* Return the correct exit code */
    }
    
  2. or download this
    # binaries
    check_PROGRAMS = simple_tests
    ...
    
    TESTS = simple_tests
    
  3. or download this
    SUBDIRS = src t