Next: , Previous: , Up: The Macros  


ax_prog_robot

Synopsis

AX_PROG_ROBOT([VERSION],[ACTION-IF-TRUE],[ACTION-IF-FALSE])

Description

This macro searches for the "robot" command from the Robot Framework and sets the variable "ROBOT" to the name of the application and the "ROBOT_VERSION" variable to the version of the Robot Framework. When robot is found sets the "HAS_ROBOT" to "yes", otherwise to "no".

Example:

  AX_PROG_ROBOT([3.1.0], [], [])

Source Code

Download the latest version of ax_prog_robot.m4 or browse the macro’s revision history.

License

Copyright © 2020, Adam Chyla adam@chyla.org

Distributed under the terms of the BSD 3-Clause License.