/*
 * testdata.h   
 *    --  extern declarations of G_aTests[] and G_nTests,
 *        defined in 'testdata.c'.
 */


#ifndef _TESTDATA_H_
#define _TESTDATA_H_



extern image_t const * G_aTests[]; /*Array of test images */
extern int const G_nTests;         /*Number of image_t in G_aTests[] */


#endif /*_TESTDATA_H_ */