Update build system
This commit is contained in:
parent
3309803b9e
commit
d09e55e8ae
3 changed files with 11 additions and 11 deletions
|
|
@ -14,7 +14,7 @@ then
|
|||
|
||||
for SRC in src/tests/*.c
|
||||
do
|
||||
TEST="obj/tests/$(basename ${SRC} | sed -e 's,.c$,,')"
|
||||
TEST="obj/tests/$(basename "${SRC}" ".c")"
|
||||
MODIFIED=0
|
||||
for file in ${LIBS} ${SRC} src/tests/build.tests
|
||||
do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue