Switch unit tests to jerry-libc.

JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
Ruben Ayrapetyan
2015-06-15 22:10:10 +03:00
parent 6d6c913bdc
commit f115f731c3
12 changed files with 44 additions and 23 deletions
+2
View File
@@ -69,6 +69,8 @@ int
main (int __attr_unused___ argc,
char __attr_unused___ **argv)
{
TEST_INIT ();
char program[] = "a=1;var a;";
bool is_ok;