summaryrefslogtreecommitdiff
path: root/test/fpsensor.c
blob: d7a7cc698801118e7e1884af75e089b0d4b5f4c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright 2019 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include "test_util.h"

void run_test(int argc, char **argv)
{
	/* No tests yet */
	test_print_result();
}