From 2888dd5ffad440accf9bb9fc3895eccd430249ed Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 31 Dec 2025 22:01:00 +0100 Subject: feat: adding builtin tests in CompilerKit. Signed-off-by: Amlal El Mahrouss --- src/CompilerKit/test/Linkers/DynamicLinker+PEF64.test.cc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/CompilerKit/test/Linkers/DynamicLinker+PEF64.test.cc (limited to 'src/CompilerKit') 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 + -- cgit v1.2.3