462db32918a05097652f8232cd6c8d78a826e63cLukas Slebodnik Lukas Slebodnik <lslebodn@redhat.com>
462db32918a05097652f8232cd6c8d78a826e63cLukas Slebodnik Copyright (C) 2014 Red Hat
462db32918a05097652f8232cd6c8d78a826e63cLukas Slebodnik SSSD tests: Tests for utility functions
462db32918a05097652f8232cd6c8d78a826e63cLukas Slebodnik This program is free software; you can redistribute it and/or modify
462db32918a05097652f8232cd6c8d78a826e63cLukas Slebodnik it under the terms of the GNU General Public License as published by
462db32918a05097652f8232cd6c8d78a826e63cLukas Slebodnik the Free Software Foundation; either version 3 of the License, or
462db32918a05097652f8232cd6c8d78a826e63cLukas Slebodnik (at your option) any later version.
462db32918a05097652f8232cd6c8d78a826e63cLukas Slebodnik This program is distributed in the hope that it will be useful,
462db32918a05097652f8232cd6c8d78a826e63cLukas Slebodnik but WITHOUT ANY WARRANTY; without even the implied warranty of
462db32918a05097652f8232cd6c8d78a826e63cLukas Slebodnik MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
462db32918a05097652f8232cd6c8d78a826e63cLukas Slebodnik GNU General Public License for more details.
462db32918a05097652f8232cd6c8d78a826e63cLukas Slebodnik You should have received a copy of the GNU General Public License
462db32918a05097652f8232cd6c8d78a826e63cLukas Slebodnik along with this program. If not, see <http://www.gnu.org/licenses/>.
022c6b90bb37851c0e8704c0e5388ebc113c6470Lukas Slebodnik/* from src/tests/cmocka/test_string_utils.c */
022c6b90bb37851c0e8704c0e5388ebc113c6470Lukas Slebodnikvoid test_reverse_replace_whitespaces(void **state);
462db32918a05097652f8232cd6c8d78a826e63cLukas Slebodnik#endif /* __TESTS__CMOCKA__TEST_UTILS_H__ */