Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: Unit testing of C source code

by lima1 (Curate)
on Sep 28, 2007 at 13:17 UTC ( [id://641523]=note: print w/replies, xml ) Need Help??

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
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://641523]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-16 20:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found