blob: 077eb239c38642b39e196b1656e78f9c04d7477d [file] [log] [blame]
// Copyright 2019 The Fuchsia 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 <src/lib/fxl/arraysize.h>
#include "arm64_tests.h"
// List of tests.
// A test automatically fails if it's not listed here.
extern const TestSpec* const kTestSpecs[] = {
&kTallySpec,
};
extern const size_t kTestSpecCount = arraysize(kTestSpecs);