Simon Rozman 017d5d5c99 UnitTests: Introduce
Other than having a convenient framework to test our helpers, this
allows CodeQL code analysis GitHub action.

Signed-off-by: Simon Rozman <simon@rozman.si>
2022-03-07 14:20:58 +01:00

12 lines
153 B
C

/*
SPDX-License-Identifier: MIT
Copyright © 2022 Amebis
*/
#pragma once
#include <WinStd/Shell.h>
#include <WinStd/Win.h>
#include <CppUnitTest.h>