mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-22 20:41:18 +00:00
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 *********";
|
||||
cat tests.xml
|
||||
;;
|
||||
"object-store")
|
||||
pushd src/object-store
|
||||
brew install cmake
|
||||
cmake .
|
||||
make run-tests
|
||||
;;
|
||||
*)
|
||||
echo "Invalid target '${TARGET}'"
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user