Refactor tests directory

Signed-off-by: Kamil Łepek <kamil.lepek94@gmail.com>
This commit is contained in:
Kamil Łepek
2019-01-17 06:10:09 -06:00
parent 539029375d
commit 92b2fa362e
19 changed files with 29 additions and 48 deletions

View File

@@ -0,0 +1,11 @@
GENERATING NEW TEST
To add new test, run "add_new_test_file.py" with two parameters:
- tested file path (path must be relative to your current working dir)
- tested function name
Generated file name may be changed without any consequences.
Good practise is to use "add_new_test_file.py" script from test directory (not framework),
because it prepend appropriate license header.
RUNNING SINGLE TEST
Executable tests files are stored by default in 'UT_dir/build/sources_to_test_repository/'