Commit Graph

7 Commits

Author SHA1 Message Date
Emmanuel Briot 0c65f972b9 Fix building this library with GNAT GPL 2017 2017-07-05 11:02:02 +02:00
Emmanuel Briot 6a990345c9 Add support for list of parameters sharing same type name
Exit with failure status when there is an error parsing a feature file
2015-06-12 21:06:41 +02:00
Emmanuel Briot de179bcbdd Add support for command line in gnatbdd, in particular -P
Add 'make install', and reorganize projects so that the generate project
now depends on gnatbdd.gpr.
2014-06-05 16:33:45 +02:00
Emmanuel Briot c0535d7b50 Provide HTML output
This improves the framework for outputs, since the difference between
HTML and text output is only done at the lowest-level (user-overridable)
level. Other outputs could be done similarly now that the framework is in
place
2014-06-05 11:34:10 +02:00
Emmanuel Briot 3b9f0c149a Add support for comparing tables
Review the code in bdd-asserts_generic so that exceptions can be extended
to include advanced information like table or multiline diffs.
2014-06-04 15:11:28 +02:00
Emmanuel Briot c2d5d27f84 Add support for running scenario outlines 2014-06-03 18:14:22 +02:00
Emmanuel Briot 1197e90be6 Generate code from the step definitions
We now also generate a project file for the driver, compile it, and
run it for our first calculator testsuite.
2014-06-02 21:14:43 +02:00