Skip to content

Commit

Permalink
Automate running the qemu test
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed May 16, 2020
1 parent c5b512d commit 90ded0d
Show file tree
Hide file tree
Showing 6 changed files with 4,106 additions and 0 deletions.
4,102 changes: 4,102 additions & 0 deletions tests/e2e/qemu/expected.txt

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions tests/e2e/qemu/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
# -no-pie because the test contains non-position-independent inline asm
gcc qemu-test.c -no-pie -o qemu-test
./qemu-test

0 comments on commit 90ded0d

Please sign in to comment.