aboutsummaryrefslogtreecommitdiff
path: root/test/validation/pool/pool_main.c
blob: bf06585b5117ff9e1b4450560700634c4eef5cbb (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(int argc, char *argv[])
{
	return pool_main(argc, argv);
}