blob: 2269bfd8033e68c6608520968d4c2519a856e85c [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 "intel_tests.h"
#include <iterator>
// List of tests.
// A test automatically fails if it's not listed here.
extern const TestSpec* const kTestSpecs[] = {
&kFixedCounterSpec, &kLastBranchSpec, &kOsFlagSpec, &kProgrammableCounterSpec,
&kTallySpec, &kUserFlagSpec, &kValueRecordsSpec,
};
extern const size_t kTestSpecCount = std::size(kTestSpecs);