added partial function for cmocka to template.

This commit is contained in:
jakeg00dwin 2024-02-22 23:29:59 -08:00
parent 63d81237fb
commit 7dd15eeb5e
1 changed files with 7 additions and 2 deletions

View File

@ -24,5 +24,10 @@ create_project_symlinks () {
ln -s ./build/compile_commands.json ./compile_commands.json
}
build_cmocka () {
cd './cmake/cmocka-1.1.7/'
touch build
cd ./build
make
#TODO: finish this function
}