Files
libmetal/test/system/linux/main.c
T
Wendy Liang 9520117eee Covert license text to use SPDX tags
Replace the license text with SPDX tags

Signed-off-by: Wendy Liang <jliang@xilinx.com>
2018-04-09 23:51:01 -07:00

17 lines
234 B
C

/*
* Copyright (c) 2016, Xilinx Inc. and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include "metal-test.h"
int main(void)
{
int status;
status = metal_tests_run(NULL);
return status;
}