Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
19
cde/programs/dtinfo/DtMmdb/oliasdb/stylesheet_test.h
Normal file
19
cde/programs/dtinfo/DtMmdb/oliasdb/stylesheet_test.h
Normal file
@@ -0,0 +1,19 @@
|
||||
/* $XConsortium: stylesheet_test.h /main/4 1996/07/18 16:34:23 drk $ */
|
||||
|
||||
#ifdef REGRESSION_TEST
|
||||
|
||||
#ifndef _stylesheet_test_h
|
||||
#define _stylesheet_test_h
|
||||
|
||||
#include "oliasdb/stylesheet_hd.h"
|
||||
#include "object/random_gen.h"
|
||||
|
||||
void print_stylesheet(stylesheet_smart_ptr& x, ostream& out);
|
||||
|
||||
int compare_stylesheet(stylesheet_smart_ptr& pattern, info_base* base_ptr);
|
||||
|
||||
void generate_stylesheet_instance(random_gen&, ostream& out, int min_len=500, int max_len=5000);
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user