Sha256: b1490708adbdb85f016191871fa769724147a28848fa8a2790ee7b201e0ecdbf
Contents?: true
Size: 303 Bytes
Versions: 1
Compression:
Stored size: 303 Bytes
Contents
#!/bin/sh if [ "$#" -ne 1 ] || ! [ -d "$1" ]; then echo "Usage: $0 <directory to liquid source tree>" >&2 exit 1 fi LIQUID=$(readlink -e $1) ln -s $LIQUID/lib test/liquid/lib ln -s $LIQUID/test/liquid test/liquid/test/liquid ln -s $LIQUID/test/test_helper.rb test/liquid/test/liquid_test_helper.rb
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
liquidprof-0.0.1 | add_liquid_tests.sh |