diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-21 15:27:44 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-21 21:19:25 +0100 |
| commit | abcb4e618287d1998e15bf42460d908cf51f994d (patch) | |
| tree | dfa45a414bf0c4048db505b36b51bab3d3754155 /test/test_samples/sample.cc.pp | |
| parent | 34fc5336b50c6ae490546ee8f5c95eedb80b49e8 (diff) | |
chore: refactor codebase with our testing naming format.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'test/test_samples/sample.cc.pp')
| -rw-r--r-- | test/test_samples/sample.cc.pp | 3 |
1 files changed, 3 insertions, 0 deletions
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; +} |
