[LLVMdev] Testing backend
Vladimir Prus
ghost at cs.msu.su
Wed Jun 9 09:07:31 PDT 2004
Hi Reid,
> The makefile for the feature tests is in the directory above. Simply:
>
> cd ~/llvm/test
> make Feature.t
>
> This works for the regression tests to:
>
> make Regression.t
Thanks,
> The tests are run QMTest which just "knows" what to do with the test
> file. In many cases there is a RUN: line which instructs the test
> harness how to run the test.
In fact, I've already tried to run the tests with QMTest, bypassing Makefiles,
but I get numerous error in QMTest/llvmdb.py. It appears the file was written
against older version of QMTest (I have 2.1.2 here). I've made some attempt
to port to current QMTest, but haven't finished yet.
What QMTest version do you use?
- Volodya
More information about the llvm-dev
mailing list