diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-27 12:41:09 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-27 12:41:09 +0200 |
| commit | c4f4155f6f5a30641180050a1a5ea8967f6392fa (patch) | |
| tree | f08c8bff002eecbdceba297e72a8842487a6b686 /dev/lib/tests | |
| parent | b4f35dbe44e07b597c3e7bb6d7562757069a7cb4 (diff) | |
feat: final refactors (SOCL -> OCL)
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/lib/tests')
| -rw-r--r-- | dev/lib/tests/gtest.hpp | 2 | ||||
| -rw-r--r-- | dev/lib/tests/hpptest.hpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/lib/tests/gtest.hpp b/dev/lib/tests/gtest.hpp index 126ce90..deb2ddf 100644 --- a/dev/lib/tests/gtest.hpp +++ b/dev/lib/tests/gtest.hpp @@ -1,6 +1,6 @@ /* * File: tests/gtest.hpp - * Purpose: Google Test wrapper for the SOCL library. + * Purpose: Google Test wrapper for the OCL library. * Author: Amlal El Mahrouss (amlal@nekernel.org) * Copyright 2025, Amlal El Mahrouss */ diff --git a/dev/lib/tests/hpptest.hpp b/dev/lib/tests/hpptest.hpp index 085275f..f520339 100644 --- a/dev/lib/tests/hpptest.hpp +++ b/dev/lib/tests/hpptest.hpp @@ -1,6 +1,6 @@ /* * File: tests/hpptest.hpp - * Purpose: HPP Test wrapper for the SOCL library. + * Purpose: HPP Test wrapper for the OCL library. * Author: Amlal El Mahrouss (amlal@nekernel.org) * Copyright 2025, Amlal El Mahrouss */ |
