From 24c005b80fcd13ceb3460e9957fec646eec2b0ee Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 13 Oct 2012 03:12:55 +0200 Subject: [PATCH 1/1] Split the TESTS= line in the Makefile now, since it is becoming quite long. --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1797de0..41f0de4 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,14 @@ LDFLAGS += -fprofile-arcs -ftest-coverage endif DEMO_OBJS=demo.o -TESTS=effect_chain_test mix_effect_test gamma_expansion_effect_test gamma_compression_effect_test saturation_effect_test deconvolution_sharpen_effect_test + +# Unit tests. +TESTS=effect_chain_test +TESTS += mix_effect_test +TESTS += gamma_expansion_effect_test +TESTS += gamma_compression_effect_test +TESTS += saturation_effect_test +TESTS += deconvolution_sharpen_effect_test # Core. LIB_OBJS=util.o widgets.o effect.o effect_chain.o -- 2.39.2