enhancing the test proggy
This commit is contained in:
6
build.sh
6
build.sh
@@ -1,23 +1,25 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd lib
|
||||
echo EEEEEEEEEE we are in $PWD
|
||||
echo ============= we are in $PWD
|
||||
make
|
||||
error=$?
|
||||
if [ 0 -ne $error ]; then
|
||||
printf "in %s err %d in %s\n" $PWD $error $0
|
||||
exit $error
|
||||
fi
|
||||
echo
|
||||
cd ..
|
||||
|
||||
cd funcs
|
||||
echo EEEEEEEEEE we are in $PWD
|
||||
echo ============= we are in $PWD
|
||||
make
|
||||
error=$?
|
||||
if [ 0 -ne $error ]; then
|
||||
printf "in %s err %d in %s\n" $PWD $error $0
|
||||
exit $error
|
||||
fi
|
||||
echo
|
||||
cd ..
|
||||
|
||||
cd tools
|
||||
|
||||
Reference in New Issue
Block a user