blob: 13b3e12fa55726af38dfa7a3f5e04c6a9d7ea71e [file] [log] [blame]
macro(test_input run_type filename size)
llvm_test_run(RUN_TYPE ${run_type}
WORKDIR %S
data/${run_type}/input/${filename} ${size} > ${filename}.out
)
llvm_test_verify(RUN_TYPE ${run_type}
%b/${FPCMP} %S/data/${run_type}/output/${filename}.out %S/${filename}.out
)
endmacro()
test_input(train input.compressed 8)
test_input(test input.random 2)
test_input(ref input.source 58)
test_input(ref input.graphic 58)
test_input(ref input.program 58)
llvm_test_executable(256.bzip2 ${Source})
llvm_test_data_spec_default(256.bzip2)