1 /* This file contains an example test case which shows minimal use of
2 the test framework. Additional testing hooks are described in
3 <support/test-driver.c>. */
5 /* This function will be called from the test driver. */
10 /* Indicate failure. */
13 /* Indicate success. */
17 /* This file references do_test above and contains the definition of
19 #include <support/test-driver.c>