From 01cbe8b2daaa4d64e9a39de1e59c567f0e9a8f5a Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 19 Feb 2014 01:58:11 +0400 Subject: [PATCH] Rename test target from 'run' to 'all' --- Makefile | 2 +- test/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8586e19..5ba230c 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ distr: .PHONY: test test: - make -C test + make -C test all CLEANFILES = *.py[co] MANIFEST diff --git a/test/Makefile b/test/Makefile index 07e45ba..34bda8a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,6 +1,6 @@ -.PHONY: run -run: +.PHONY: all +all: ./test_all -- 2.39.2