Searched refs:bool_tests (Results 1 – 1 of 1) sorted by relevance
65 test_entry_t bool_tests[] = in main() local72 for (uint32_t idx = 0; idx < sizeof (bool_tests) / sizeof (test_entry_t); idx++) in main()75 bool_tests[idx].lhs, in main()76 bool_tests[idx].rhs); in main()78 TEST_ASSERT (jerry_get_boolean_value (result) == bool_tests[idx].expected); in main()79 jerry_release_value (bool_tests[idx].lhs); in main()80 jerry_release_value (bool_tests[idx].rhs); in main()