mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-05 11:10:21 +00:00
Move corresponding testcases there. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15065
6 lines
217 B
Plaintext
6 lines
217 B
Plaintext
prereq: rm -rf /tmp/bruhaha && mkdir /tmp/bruhaha && echo '#!/bin/echo' > /tmp/bruhaha/test.sh && chmod +x /tmp/bruhaha/test.sh
|
|
env: PATH=/tmp/bruhaha:$PATH
|
|
prog-asis: test.sh
|
|
vgopts: -q
|
|
cleanup: rm -rf /tmp/bruhaha
|