mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-13 01:36:10 +00:00
12 lines
217 B
Plaintext
12 lines
217 B
Plaintext
// Copyright (c) Microsoft Corporation.
|
|
// Licensed under the MIT license.
|
|
|
|
#include <gtest/gtest.h>
|
|
|
|
#undef NDEBUG
|
|
#include <assert.h>
|
|
|
|
#include <mscclpp/poll_device.hpp>
|
|
|
|
TEST(CompileTest, Assert) { assert(true); }
|