summaryrefslogtreecommitdiffstats
path: root/generator/bindtests.ml
Commit message (Collapse)AuthorAgeFilesLines
* generator: Test zero args, one optarg; and 63 optargs.Richard W.M. Jones2012-09-031-66/+69
| | | | This just generates the code; it's not called.
* generator: Rename 'generator_*' as '*'.Richard W.M. Jones2012-09-021-0/+841
This is a simple renaming of the files/modules. Note that in OCaml, module names are derived from filenames by capitalizing the first letter. Thus the old module names had the form "Generator_api_versions". The new modules names have the form "Api_versions".