Half un-borked

This commit is contained in:
2018-08-03 14:55:33 +00:00
parent 0b8ce26197
commit 9ce0a1794b
25 changed files with 2988 additions and 1459 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
#!/bin/bash
# This script prepares a general test environment.
# If it is invoked as $(path/to/script) the first time it is run the necessary
# environment variable will be exported.
pushd $(dirname $BASH_SOURCE) > /dev/null
ZX_DEV_ROOT=$PWD
popd > /dev/null
@@ -7,4 +11,4 @@ ZOMP_DIR="$ZX_DEV_ROOT/tester"
rm -rf "$ZOMP_DIR"
cp -r "$ZX_DEV_ROOT/zomp" "$ZOMP_DIR"
echo "Done. Make sure to export \"export ZOMP_DIR=$ZOMP_DIR\" before running zx"
echo "export ZOMP_DIR=$ZOMP_DIR"