We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8f6dde + 0c68f37 commit 4c6bdcbCopy full SHA for 4c6bdcb
1 file changed
test/Makefile.am
@@ -1,7 +1,8 @@
1
+check_PROGRAMS =
2
3
if HAVE_LIBJPEG
4
# TurboJPEG wrapper tests
-noinst_PROGRAMS=tjunittest tjbench
5
+check_PROGRAMS += tjunittest tjbench
6
tjunittest_SOURCES=tjunittest.c ../common/turbojpeg.c ../common/turbojpeg.h \
7
tjutil.c tjutil.h
8
tjbench_SOURCES=tjbench.c ../common/turbojpeg.c ../common/turbojpeg.h \
@@ -19,7 +20,7 @@ endif
19
20
21
copyrecttest_LDADD=$(LDADD) -lm
22
-check_PROGRAMS=$(ENCODINGS_TEST) cargstest copyrecttest $(BACKGROUND_TEST) \
23
+check_PROGRAMS += $(ENCODINGS_TEST) cargstest copyrecttest $(BACKGROUND_TEST) \
24
cursortest
25
26
test: encodingstest$(EXEEXT) cargstest$(EXEEXT) copyrecttest$(EXEEXT)
0 commit comments