aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/test/ring/ring_main.c
blob: 9b08b634d60c12d3772475379eb05b77c851bb51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Copyright (c) 2016-2018, Linaro Limited
 * All rights reserved.
 *
 * SPDX-License-Identifier:     BSD-3-Clause
 */

#include "config.h"

#include "ring_suites.h"

int main(int argc, char *argv[])
{
	return ring_suites_main(argc, argv);
}