diff --git a/utest/Makefile b/utest/Makefile index ac8c6f72a..1fc30d088 100644 --- a/utest/Makefile +++ b/utest/Makefile @@ -45,7 +45,7 @@ $(UTESTBIN): $(OBJS) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ ../$(LIBNAME) $(EXTRALIB) $(FEXTRALIB) run_test: $(UTESTBIN) -ifndef CROSS +ifneq ($(CROSS), 1) ./$(UTESTBIN) endif