Files
mscclpp/test/unit/compile_tests.cu
2026-02-11 00:17:18 +00:00

15 lines
283 B
Plaintext

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
#include "../framework.hpp"
#undef NDEBUG
#ifndef DEBUG_BUILD
#define DEBUG_BUILD
#endif // DEBUG_BUILD
#include <assert.h>
#include <mscclpp/poll_device.hpp>
TEST(CompileTest, Assert) { assert(true); }