diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-31 22:01:00 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-31 22:01:00 +0100 |
| commit | 2888dd5ffad440accf9bb9fc3895eccd430249ed (patch) | |
| tree | b7d2cf3f18ef22fe2d741f52c15152ac988af2bc /src | |
| parent | 9f014dab67ff452e188ce23434f1b6c5b8a2836e (diff) | |
feat: adding builtin tests in CompilerKit.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src')
| -rw-r--r-- | src/CompilerKit/test/Linkers/DynamicLinker+PEF64.test.cc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/CompilerKit/test/Linkers/DynamicLinker+PEF64.test.cc b/src/CompilerKit/test/Linkers/DynamicLinker+PEF64.test.cc new file mode 100644 index 0000000..8e94044 --- /dev/null +++ b/src/CompilerKit/test/Linkers/DynamicLinker+PEF64.test.cc @@ -0,0 +1,9 @@ +// Copyright 2025-2026, Amlal El Mahrouss (amlal@nekernel.org) +// Distributed under the Boost Software License, Version 1.0. (See accompanying +// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// Official repository: https://github.com/nekernel-org/nectar + +/// @author Amlal El Mahrouss + +#include <gtest/gtest.h> + |
