Home | History | Annotate | Download | only in tests

Lines Matching refs:SOURCES

67 SOURCES = test_basic.c test_detail.c test_skipdata.c test_iter.c
69 SOURCES += test_arm.c
72 SOURCES += test_arm64.c
75 SOURCES += test_mips.c
78 SOURCES += test_ppc.c
81 SOURCES += test_sparc.c
84 SOURCES += test_systemz.c
87 SOURCES += test_x86.c
90 SOURCES += test_xcore.c
93 OBJS = $(addprefix $(OBJDIR)/,$(SOURCES:.c=.o))
94 BINARY = $(addprefix $(TESTDIR)/,$(SOURCES:.c=$(BIN_EXT)))