diff options
author | Mattias Andrée <maandree@kth.se> | 2016-04-04 20:57:10 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-04-04 20:57:10 +0200 |
commit | 76593f91498d06e74f92a04e82cc096e44588eec (patch) | |
tree | 3b3a3954dca378aa097d26240e3ddfb320e3f84b /README | |
parent | some improvements (diff) | |
download | base-util-tests-76593f91498d06e74f92a04e82cc096e44588eec.tar.gz base-util-tests-76593f91498d06e74f92a04e82cc096e44588eec.tar.bz2 base-util-tests-76593f91498d06e74f92a04e82cc096e44588eec.tar.xz |
add ability to test multi-call binaries
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,6 +9,11 @@ To test your implementations run env EPATH=<path> ./test-all [<utils>...] +If you have exec-as installed, and what to test +multi-call binary, run + + env EXECBOX=<binary> ./test-all [<utils>...] + you also copy all files into <path> and just run ./test [<utils>...] |