Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
19
cde/programs/dtinfo/DtMmdb/oliasdb/graphic_test.h
Normal file
19
cde/programs/dtinfo/DtMmdb/oliasdb/graphic_test.h
Normal file
@@ -0,0 +1,19 @@
|
||||
/* $XConsortium: graphic_test.h /main/4 1996/07/18 16:33:04 drk $ */
|
||||
|
||||
#ifdef REGRESSION_TEST
|
||||
|
||||
#ifndef _graphic_test_h
|
||||
#define _graphic_test_h
|
||||
|
||||
|
||||
#include "oliasdb/graphic_hd.h"
|
||||
#include "object/random_gen.h"
|
||||
|
||||
void print_graphic(graphic_smart_ptr& x, ostream& out);
|
||||
|
||||
int compare_graphic(graphic_smart_ptr& pattern, info_base* base_ptr);
|
||||
void generate_graphic_instance(info_base*, random_gen&, ostream& out, int min_len, int max_len);
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user