feat(userspace/apps/test/libc_test): add more tests

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-02-19 18:53:54 +02:00
parent e61b5824db
commit 2ae18af9a0
6 changed files with 704 additions and 1 deletions

View File

@@ -10,6 +10,9 @@
"git.alwaysSignOff": true,
"git.defaultBranchName": "master",
"git.openRepositoryInParentFolders": "always",
"C_Cpp.autoAddFileAssociations": false
"C_Cpp.autoAddFileAssociations": false,
"conventionalCommits.scopes": [
"userspace/apps/test/libc_test"
]
}
}