add object store target to test script
This commit is contained in:
parent
641eb37b2c
commit
fd9501458d
|
@ -143,6 +143,12 @@ case "$TARGET" in
|
||||||
echo "********* File location: $(pwd)/tests.xml *********";
|
echo "********* File location: $(pwd)/tests.xml *********";
|
||||||
cat tests.xml
|
cat tests.xml
|
||||||
;;
|
;;
|
||||||
|
"object-store")
|
||||||
|
pushd src/object-store
|
||||||
|
brew install cmake
|
||||||
|
cmake .
|
||||||
|
make run-tests
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Invalid target '${TARGET}'"
|
echo "Invalid target '${TARGET}'"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue