Skip to content

Commit 0c68f37

Browse files
committed
test/Makefile: use check_PROGRAMS
The new jpeg tests were added to noinst when they should have been under check like all the other programs in here.
1 parent e8f6dde commit 0c68f37

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/Makefile.am

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
check_PROGRAMS =
12

23
if HAVE_LIBJPEG
34
# TurboJPEG wrapper tests
4-
noinst_PROGRAMS=tjunittest tjbench
5+
check_PROGRAMS += tjunittest tjbench
56
tjunittest_SOURCES=tjunittest.c ../common/turbojpeg.c ../common/turbojpeg.h \
67
tjutil.c tjutil.h
78
tjbench_SOURCES=tjbench.c ../common/turbojpeg.c ../common/turbojpeg.h \
@@ -19,7 +20,7 @@ endif
1920

2021
copyrecttest_LDADD=$(LDADD) -lm
2122

22-
check_PROGRAMS=$(ENCODINGS_TEST) cargstest copyrecttest $(BACKGROUND_TEST) \
23+
check_PROGRAMS += $(ENCODINGS_TEST) cargstest copyrecttest $(BACKGROUND_TEST) \
2324
cursortest
2425

2526
test: encodingstest$(EXEEXT) cargstest$(EXEEXT) copyrecttest$(EXEEXT)

0 commit comments

Comments
 (0)