summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-05-27 14:05:01 +0000
committerDiego Biurrun <diego@biurrun.de>2007-05-27 14:05:01 +0000
commit1b1a1608be0620199fb8094179b758b2759b381d (patch)
treeea3f672e803735fa6ef388c422a8f29669d1dd7e /tests/Makefile
parentacfd623e8fb2fe38740f6bf697b64e5742f589f3 (diff)
whitespace cosmetics
Originally committed as revision 9139 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile23
1 files changed, 10 insertions, 13 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 46944ad3b6..0fe1ad3973 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -4,19 +4,16 @@
#
include ../config.mak
-VPATH=$(SRC_PATH_BARE)/tests
-SRC_DIR=$(SRC_PATH)/tests
-BUILD_DIR=$(BUILD_ROOT)/tests
-CFLAGS=-O2 -Wall -g
-
-FFMPEG_REFFILE=$(SRC_DIR)/ffmpeg.regression.ref
-ROTOZOOM_REFFILE=$(SRC_DIR)/rotozoom.regression.ref
-
-SERVER_REFFILE=$(SRC_DIR)/ffserver.regression.ref
-
-LIBAV_REFFILE=$(SRC_DIR)/libav.regression.ref
-
-SEEK_REFFILE=$(SRC_DIR)/seek.regression.ref
+VPATH = $(SRC_PATH_BARE)/tests
+SRC_DIR = $(SRC_PATH)/tests
+BUILD_DIR = $(BUILD_ROOT)/tests
+CFLAGS = -O2 -Wall -g
+
+FFMPEG_REFFILE = $(SRC_DIR)/ffmpeg.regression.ref
+LIBAV_REFFILE = $(SRC_DIR)/libav.regression.ref
+ROTOZOOM_REFFILE = $(SRC_DIR)/rotozoom.regression.ref
+SEEK_REFFILE = $(SRC_DIR)/seek.regression.ref
+SERVER_REFFILE = $(SRC_DIR)/ffserver.regression.ref
all fulltest test: codectest libavtest seektest