added partial function for cmocka to template.
This commit is contained in:
parent
63d81237fb
commit
7dd15eeb5e
1 changed files with 7 additions and 2 deletions
9
setup.sh
9
setup.sh
|
@ -24,5 +24,10 @@ create_project_symlinks () {
|
||||||
ln -s ./build/compile_commands.json ./compile_commands.json
|
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
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue