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>
12 lines
153 B
C
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>
|