Add a test that runs the ParallelJIT example program to ensure that the
[oota-llvm.git] / test / ExecutionEngine / parallel.ll
1 ; This isn't really an assembly file. This test runs the ParallelJIT example
2 ; program and ensures its output is sane.
3 ; RUN: ParallelJIT | grep -q "Fib2 returned 267914296"