]> git.sesse.net Git - movit/commitdiff
Split the TESTS= line in the Makefile now, since it is becoming quite long.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 13 Oct 2012 01:12:55 +0000 (03:12 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 13 Oct 2012 01:12:55 +0000 (03:12 +0200)
Makefile

index 1797de0086cb2c05b6a8fa88be6d452f44199436..41f0de44b172874c5d7efcea139fccb95a3418e5 100644 (file)
--- 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