use test scripts for performing tests
[barvinok.git] / barvinok_union_options.h
blob11783aee56fde54ae41b0323626a25da778e4ebb
1 #include <isl/arg.h>
2 #include <barvinok/options.h>
4 #if defined(__cplusplus)
5 extern "C" {
6 #endif
8 struct union_options {
9 int series;
10 int check;
11 struct barvinok_options *barvinok;
14 ISL_ARG_DECL(union_options, struct union_options, union_options_args)
16 #if defined(__cplusplus)
18 #endif