Skip to content

Commit

Permalink
Make another tas check detect endian swap
Browse files Browse the repository at this point in the history
  • Loading branch information
kulp committed Jul 19, 2015
1 parent df000eb commit a2e7d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/aux.mk
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ check_args_specific_tas: check_args_specific_%: %$(EXE_SUFFIX)
@$(MAKESTEP) "Checking $* specific options ... "
$(SILENCE)echo -n 9876 | $(runwrap)$(BUILDDIR)/$< -fraw -d - | fgrep -q ".word 0x3637" && $(ECHO) " ... -d ok"
$(SILENCE)(! $(runwrap)$(BUILDDIR)/$< -f does_not_exist /dev/null &> /dev/null ) && $(ECHO) " ... -f ok"
$(SILENCE)echo -n 9876 | $(runwrap)$(BUILDDIR)/$< -fraw -d -q - | fgrep -qv ".word 0x363" && $(ECHO) " ... -q ok"
$(SILENCE)echo -n 9876 | $(runwrap)$(BUILDDIR)/$< -fraw -d -q - | fgrep -qv "word 0x3637" && $(ECHO) " ... -q ok"
$(SILENCE)$(runwrap)$(BUILDDIR)/$< -d -ftext - <<<0xc -v | fgrep -q "A + 0x0000000c" && $(ECHO) " ... -v ok"
$(SILENCE)echo '.zero 2' | $(runwrap)$(BUILDDIR)/$< -fmemh -pformat.memh.explicit=1 - | fgrep -q "@0 00000000" \
&& $(ECHO) " ... memh explicit ok"
Expand Down

0 comments on commit a2e7d7e

Please sign in to comment.