blob: 30e95d1a87958f27ab6d33cfeebedf0297dc23aa [file] [log] [blame]
// Copyright 2016 The Fuchsia Authors
// Copyright (c) 2008-2014 Travis Geiselbrecht
//
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT
#pragma once
#include <lib/console.h>
#include <zircon/compiler.h>
__BEGIN_CDECLS
console_cmd uart_tests, thread_tests, sleep_tests, port_tests;
console_cmd clock_tests, timer_tests, benchmarks, fibo;
console_cmd spinner, ref_counted_tests, ref_ptr_tests;
console_cmd unique_ptr_tests, forward_tests, list_tests;
console_cmd hash_tests, vm_tests, auto_call_tests;
console_cmd arena_tests, fifo_tests, alloc_checker_tests;
void unittests(void);
__END_CDECLS