makefile
This commit is contained in:
parent
50039bbd03
commit
37eb4540e9
4
Makefile
4
Makefile
@ -9,10 +9,10 @@ build_lib:
|
|||||||
@build_scripts/build_lib.sh
|
@build_scripts/build_lib.sh
|
||||||
|
|
||||||
###### Testing tasks #######
|
###### Testing tasks #######
|
||||||
test:
|
test: build_test
|
||||||
@build_scripts/test.sh
|
@build_scripts/test.sh
|
||||||
|
|
||||||
test_valgrind:
|
test_valgrind: build_test_dbg
|
||||||
@build_scripts/test_valgrind.sh
|
@build_scripts/test_valgrind.sh
|
||||||
|
|
||||||
all: build_test
|
all: build_test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user