test/list_tests.c

changeset 251
fae240d633fc
parent 250
b7d1317b138e
child 259
2f5dea574a75
equal deleted inserted replaced
250:b7d1317b138e 251:fae240d633fc
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26 * POSSIBILITY OF SUCH DAMAGE. 26 * POSSIBILITY OF SUCH DAMAGE.
27 */ 27 */
28 28
29 #include "list_tests.h" 29 #include "list_tests.h"
30 #include "ucx/utils.h" 30 #include <ucx/utils.h>
31 31
32 UCX_TEST(test_ucx_list_append) { 32 UCX_TEST(test_ucx_list_append) {
33 UcxList *list, *first; 33 UcxList *list, *first;
34 list = first = ucx_list_append(NULL, (void*)"Hello"); 34 list = first = ucx_list_append(NULL, (void*)"Hello");
35 UCX_TEST_BEGIN 35 UCX_TEST_BEGIN

mercurial