diff options
author | Quentin Carbonneaux <quentin@c9x.me> | 2017-04-08 21:39:37 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin@c9x.me> | 2017-04-08 22:10:01 -0400 |
commit | e4bc35149cc790e3ad034f6643f75c33765b142c (patch) | |
tree | c2a0c816b6a56aaad74d9ff4df50e53a0bad44ce /Makefile | |
parent | 61090c758d36f3919a222efe01c9794fdf7987ef (diff) | |
download | roux-e4bc35149cc790e3ad034f6643f75c33765b142c.tar.gz |
add cross testing for arm64
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 6c0b429..45e4b50 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ clean-gen: clean rm -f config.h check: $(OBJDIR)/$(BIN) - tools/unit.sh all + tools/test.sh all 80: @for F in $(SRCALL); \ |