chromium/gpu/config/gpu_control_list_version_unittest.cc

// Copyright 2013 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <stddef.h>

#include "gpu/config/gpu_control_list.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace gpu {

namespace {

constexpr auto kNumerical =;
constexpr auto kLexical =;

constexpr auto kCommon =;
constexpr auto kIntelDriver =;
constexpr auto kNvidiaDriver =;

constexpr auto kBetween =;
constexpr auto kEQ =;
constexpr auto kLT =;
constexpr auto kLE =;
constexpr auto kGT =;
constexpr auto kGE =;
constexpr auto kAny =;

}  // namespace anonymous

class VersionTest : public testing::Test {};

TEST_F(VersionTest, VersionComparison) {}

TEST_F(VersionTest, DateComparison) {}

TEST_F(VersionTest, LexicalComparison) {}

TEST_F(VersionTest, IntelDriverSchema) {}

TEST_F(VersionTest, NvidiaDriverSchema) {}

}  // namespace gpu