1a4f0c58cScgyurgyik //===-- Unittests for strchr ----------------------------------------------===// 2a4f0c58cScgyurgyik // 3a4f0c58cScgyurgyik // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4a4f0c58cScgyurgyik // See https://llvm.org/LICENSE.txt for license information. 5a4f0c58cScgyurgyik // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6a4f0c58cScgyurgyik // 7a4f0c58cScgyurgyik //===----------------------------------------------------------------------===// 8a4f0c58cScgyurgyik 982ca29ceSAlex Brachet #include "StrchrTest.h" 1082ca29ceSAlex Brachet 11a4f0c58cScgyurgyik #include "src/string/strchr.h" 12af1315c2SSiva Chandra Reddy #include "test/UnitTest/Test.h" 13a4f0c58cScgyurgyik 14*b6bc9d72SGuillaume Chatelet STRCHR_TEST(Strchr, LIBC_NAMESPACE::strchr) 15