Small enhancements of unit tests implementation style and fix of the tests' modules naming style.
- introducing TEST_RANDOMIZE macro for randomization of source data used in unit tests; - replacing assert with JERRY_ASSERT; - renaming test_* to test-*. JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
@@ -30,7 +30,7 @@ done
|
||||
|
||||
rm -f $DIR/unit_tests_run.log
|
||||
|
||||
UNITTESTS=$(ls $DIR/unit_*)
|
||||
UNITTESTS=$(ls $DIR/unit-*)
|
||||
|
||||
for unit_test in $UNITTESTS;
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user