diff --git a/tests/Makefile.am b/tests/Makefile.am index 3d7695ec..c53e347e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -8,7 +8,8 @@ else if ARCH_IA64 noinst_PROGRAMS_arch = sig endif - noinst_PROGRAMS = $(noinst_PROGRAMS_common) $(noinst_PROGRAMS_arch) bt exc + noinst_PROGRAMS = $(noinst_PROGRAMS_common) $(noinst_PROGRAMS_arch) bt exc \ + test-init test-varargs endif LDADD = ../src/libunwind-$(arch).la