Skip to content

Commit

Permalink
do as previously advertised -- add test_linux/test_bounce_neon.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
blu committed Nov 14, 2021
1 parent f31e78a commit 16a4870
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test_linux/test_bounce_neon.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash
BUILD=..

make -C ${BUILD} all

# Hide term cursor before loading REL; nuke all VMAs from common libraries and
# the process heap VMA, before passing control to _start; restore term cursor
# upon termination

tput civis
${BUILD}/elvenrel test_bounce_neon.o --filter /lib/aarch64-linux-gnu --filter [heap]
tput cnorm

0 comments on commit 16a4870

Please sign in to comment.