use test scripts for performing tests
[barvinok.git] / barvinok_enumerate_e_options.h
blob078880a2c37632e44523c68efc4dd04aa5041f8f
1 #include <isl/arg.h>
2 #include "evalue_convert.h"
3 #include "verify.h"
5 #if defined(__cplusplus)
6 extern "C" {
7 #endif
9 struct enumerate_e_options {
10 struct verify_options *verify;
11 struct convert_options *convert;
12 int isl;
13 int scarf;
14 int series;
15 int function;
18 ISL_ARG_DECL(enumerate_e_options, struct enumerate_e_options, enumerate_e_options_args)
20 #if defined(__cplusplus)
22 #endif