aboutsummaryrefslogtreecommitdiff
path: root/test/validation/pool/pool_main.c
blob: 5ef739ea65188b9d1773e78773ceb8acbb555379 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright (c) 2015, Linaro Limited
 * All rights reserved.
 *
 * SPDX-License-Identifier:	BSD-3-Clause
 */

#include "pool.h"

int main(void)
{
	return pool_main();
}