From abcb4e618287d1998e15bf42460d908cf51f994d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 21 Dec 2025 15:27:44 +0100 Subject: chore: refactor codebase with our testing naming format. Signed-off-by: Amlal El Mahrouss --- test/test_samples/sample.asm | 1 + test/test_samples/sample.cc.pp | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 test/test_samples/sample.cc.pp (limited to 'test/test_samples') diff --git a/test/test_samples/sample.asm b/test/test_samples/sample.asm index 82c0320..6b622f7 100644 --- a/test/test_samples/sample.asm +++ b/test/test_samples/sample.asm @@ -1,3 +1,4 @@ +;; \note This should compile. public_segment .code64 __ImageStart ;; rax is the return value register. mov rax, 5 diff --git a/test/test_samples/sample.cc.pp b/test/test_samples/sample.cc.pp new file mode 100644 index 0000000..4cce7f6 --- /dev/null +++ b/test/test_samples/sample.cc.pp @@ -0,0 +1,3 @@ +int main() { + return 0; +} -- cgit v1.2.3