source: tests/example_scripts/c/setup.sh

Last change on this file was 4f79997, checked in by Mei <mei@…>, 11 years ago

1) add a new scaling test -haystack/ralphs
2) tweak some libabac code here and there

  • Property mode set to 100755
File size: 188 bytes
Line 
1#!/usr/bin/env sh
2# setup.sh
3
4if [ -z "${TESTDIR}" ] ; then
5    TESTDIR=../..
6fi
7. ${TESTDIR}/test_util.sh
8
9$eloc/creddy --generate --cn IceCream
10$eloc/creddy --generate --cn Chocolate
11
12
13
Note: See TracBrowser for help on using the repository browser.