summaryrefslogtreecommitdiffhomepage
path: root/PROPOSAL.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-17 14:55:43 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-17 14:56:39 +0100
commite07305cd2fa4105ddb1831d00b8450ad9cc44586 (patch)
tree30ff4af5bb0c40c0380dac949935ce7715942cef /PROPOSAL.md
parent35c9ffbf2ffdc8a0e1a67e76bef311f5beb8e990 (diff)
chore: library updates and updated PROPOSAl.md.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'PROPOSAL.md')
-rw-r--r--PROPOSAL.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/PROPOSAL.md b/PROPOSAL.md
index 2246787..505f0c9 100644
--- a/PROPOSAL.md
+++ b/PROPOSAL.md
@@ -23,7 +23,8 @@ Freestanding targets are defined using the `__OCL_FREESTANDING` macro.
examples/
include/ocl/<library_name>/detail
include/ocl/<library_name>
-tests/
+test/
+example/
.clang-format
.editorconfig
LICENSE
@@ -33,4 +34,4 @@ LICENSE
### IV: The Library must include unit tests using a known framework. (GTest, Boost.Test, Catch2). (Unverified)
-### V: The Library must contain a Free Software License, like the BSD, or BSL license. \ No newline at end of file
+### V: The Library must contain a Free Software License, such as, the BSD, or BSL license.