summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin@c9x.me>2017-04-08 21:39:37 -0400
committerQuentin Carbonneaux <quentin@c9x.me>2017-04-08 22:10:01 -0400
commite4bc35149cc790e3ad034f6643f75c33765b142c (patch)
treec2a0c816b6a56aaad74d9ff4df50e53a0bad44ce /Makefile
parent61090c758d36f3919a222efe01c9794fdf7987ef (diff)
downloadroux-e4bc35149cc790e3ad034f6643f75c33765b142c.tar.gz
add cross testing for arm64
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
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);                       \