Skip to content

Commit

Permalink
tests: add 'hello'
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Feb 3, 2016
1 parent a04e310 commit 085d907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ amacc: amacc.c

check: $(BIN)
@echo "[ compiled ]"
@qemu-arm -L /usr/arm-linux-gnueabihf ./amacc hello.c
@qemu-arm -L /usr/arm-linux-gnueabihf ./amacc tests/hello.c
@echo "[ nested ]"
@qemu-arm -L /usr/arm-linux-gnueabihf ./amacc amacc.c hello.c
@qemu-arm -L /usr/arm-linux-gnueabihf ./amacc amacc.c tests/hello.c
@cloc --quiet amacc.c 2>/dev/null

clean:
Expand Down
File renamed without changes.

0 comments on commit 085d907

Please sign in to comment.