diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8a0ded83..a3bb4d0e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -226,7 +226,7 @@ pabrowse_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)  #         Test programs           #  ################################### -noinst_PROGRAMS = \ +check_PROGRAMS = \  		mainloop-test \  		mcalign-test \  		pacat-simple \ @@ -258,13 +258,13 @@ noinst_PROGRAMS = \  		proplist-test  if HAVE_SIGXCPU -noinst_PROGRAMS += \ +check_PROGRAMS += \  		cpulimit-test \  		cpulimit-test2  endif  if HAVE_GLIB20 -noinst_PROGRAMS += \ +check_PROGRAMS += \  		mainloop-test-glib  endif  | 
