52 lines
1.3 KiB
Makefile
52 lines
1.3 KiB
Makefile
|
# $NetBSD: Makefile,v 1.1 2012/03/17 16:33:15 jruoho Exp $
|
||
|
|
||
|
NOMAN= # defined
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
TESTSDIR= ${TESTSBASE}/usr.bin/xlint/lint1
|
||
|
|
||
|
TESTS_SH= t_integration
|
||
|
|
||
|
FILESDIR= ${TESTSDIR}
|
||
|
FILES+= d_alignof.c
|
||
|
FILES+= d_c99_complex_num.c
|
||
|
FILES+= d_c99_decls_after_stmt.c
|
||
|
FILES+= d_c99_decls_after_stmt2.c
|
||
|
FILES+= d_c99_for_loops.c
|
||
|
FILES+= d_c99_func.c
|
||
|
FILES+= d_c99_recursive_init.c
|
||
|
FILES+= d_c99_struct_init.c
|
||
|
FILES+= d_c99_union_init1.c
|
||
|
FILES+= d_c99_union_init2.c
|
||
|
FILES+= d_c99_union_init3.c
|
||
|
FILES+= d_c9x_array_init.c
|
||
|
FILES+= d_c9x_recursive_init.c
|
||
|
FILES+= d_cast_init.c
|
||
|
FILES+= d_cast_init2.c
|
||
|
FILES+= d_cast_lhs.c
|
||
|
FILES+= d_compound_literals1.c
|
||
|
FILES+= d_compound_literals2.c
|
||
|
FILES+= d_constant_conv1.c
|
||
|
FILES+= d_constant_conv2.c
|
||
|
FILES+= d_cvt_in_ternary.c
|
||
|
FILES+= d_ellipsis_in_switch.c
|
||
|
FILES+= d_gcc_compound_statements1.c
|
||
|
FILES+= d_gcc_compound_statements2.c
|
||
|
FILES+= d_gcc_compound_statements3.c
|
||
|
FILES+= d_gcc_func.c
|
||
|
FILES+= d_gcc_variable_array_init.c
|
||
|
FILES+= d_incorrect_array_size.c
|
||
|
FILES+= d_long_double_int.c
|
||
|
FILES+= d_nested_structs.c
|
||
|
FILES+= d_nolimit_init.c
|
||
|
FILES+= d_packed_structs.c
|
||
|
FILES+= d_shift_to_narrower_type.c
|
||
|
FILES+= d_type_conv1.c
|
||
|
FILES+= d_type_conv2.c
|
||
|
FILES+= d_type_conv3.c
|
||
|
FILES+= d_typename_as_var.c
|
||
|
FILES+= d_zero_sized_arrays.c
|
||
|
|
||
|
.include <bsd.test.mk>
|