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:
Ruben Ayrapetyan
2015-06-11 18:30:00 +03:00
parent 013bce85fc
commit 57c6c377af
14 changed files with 194 additions and 229 deletions
+1 -1
View File
@@ -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