WSL/test/linux/unit_tests/lxtcommon.h
WSL Team 697572d664 Initial open source commit for WSL.
Many Microsoft employees have contributed to the Windows Subsystem for Linux, this commit is the result of their work since 2016.

The entire history of the Windows Subsystem for Linux can't be shared here, but here's an overview of WSL's history after it moved to it own repository in 2021:

Number of commits on the main branch: 2930
Number of contributors: 31

Head over https://github.com/microsoft/WSL/releases for a more detailed history of the features added to WSL since 2021.
2025-05-15 12:09:45 -07:00

28 lines
400 B
C

/*++
Copyright (c) Microsoft. All rights reserved.
Module Name:
lxtcommon.h
Abstract:
This is a common header file for lx tests.
--*/
#ifndef _LXT_COMMON
#define _LXT_COMMON
#include "lxtlog.h"
#include "lxtutil.h"
#include "lxtevent.h"
#ifndef PAGE_SIZE
#define PAGE_SIZE 0x1000
#endif
#define LXSS_DISTRO_NAME_TEST "test_distro"
#endif // _LXT_COMMON