]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add usage instructions
authorJulian Seward <jseward@acm.org>
Sun, 30 Jan 2005 20:00:51 +0000 (20:00 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 30 Jan 2005 20:00:51 +0000 (20:00 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@782

VEX/orig_amd64/Compare.hs

index c845d30593a5b731483e8c18879b984823ca01a1..6ac6b665c3336a1a2e32a76a6127ebed7d86f622 100644 (file)
@@ -15,6 +15,10 @@ import Char ( isSpace )
       insn(possibly with spaces)
 
    Purpose is to extract the insn (text), remove spaces, and compare.
+
+   How to use:
+(cd .. && make) && (../vex test1.orig | grep LALALA | cut -b 22- > out.txt)
+/home/sewardj/Tools/HugsInst/bin/runhugs Compare.hs | grep FAIL 
 -}
 
 main = mayn "test1.sorted" "out.txt"