File: autoconf.info, Node: Writing Test Programs, Next: Running the Preprocessor, Prev: Language Choice, Up: Writing Tests 6.2 Writing Test Programs ========================= Autoconf tests follow a common scheme: feed some program with some input, and most of the time, feed a compiler with some source file. This section is dedicated to these source samples. * Menu: * Guidelines:: General rules for writing test programs * Test Functions:: Avoiding pitfalls in test programs * Generating Sources:: Source program boilerplate