Skip to content

Commit 4c6bdcb

Browse files
authored
Merge pull request #140 from vapier/master
test/Makefile: use check_PROGRAMS
2 parents e8f6dde + 0c68f37 commit 4c6bdcb

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)