mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-12 02:16:13 +00:00
24 lines
505 B
Makefile
24 lines
505 B
Makefile
|
|
include $(top_srcdir)/Makefile.tool-tests.am
|
|
|
|
dist_noinst_SCRIPTS = filter_stderr
|
|
|
|
EXTRA_DIST = \
|
|
access_extended.stderr.exp access_extended.vgtest \
|
|
apple-main-arg.stderr.exp apple-main-arg.vgtest \
|
|
bug228343.stderr.exp bug228343.stdout.exp bug228343.vgtest \
|
|
bug254164.stderr.exp bug254164.vgtest \
|
|
rlimit.stderr.exp rlimit.vgtest
|
|
|
|
check_PROGRAMS = \
|
|
access_extended \
|
|
apple-main-arg \
|
|
bug228343 \
|
|
bug254164 \
|
|
rlimit
|
|
|
|
|
|
AM_CFLAGS += $(AM_FLAG_M3264_PRI)
|
|
AM_CXXFLAGS += $(AM_FLAG_M3264_PRI)
|
|
|