Skip to content

joergboe/runbtf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testframework

The test script is a framework for the control of test case execution.

To learn more start with execution of help and man:

./bin/runbtf --help

and

./bin/runbtf --man

In directory samples you can see the Test Collection ANewTest, which is a sample for a basic Test Collection

Installation

The release package is a self extracting script. Execute it and follow the instructions. You can install the tool into an arbitrary palace. If you want to install the tool into a system directory execute the installation script as root. It is recommended qto enter the location of the test framework into your PATH like:

export PATH="/bin:$PATH"

Whats new:

Version 0.0.0

  • initial release