gnatbdd/src/gnattdd-main.adb

10 lines
249 B
Ada

procedure GNATTDD.Main is
begin
-- This subprogram generates the test driver by including all the
-- step definitions provided by the user, as well as the predefined
-- steps, regular epressions and mockups.
null;
end GNATTDD.Main;