On 02/04/2013 12:55 PM, reed kotler wrote:> How do you build and run just a single test in test-suite? > > tia > > ReedHere is the way I do it (example for running two tests): make DIRS= Source="foo.c bar.c" ... If you are working in a freshly configured test_suite tree most of the sub directories won't exist, but they can be created via: make clean If you run into other issues, looking at make -p output is likely helpful. Doug
Possibly Parallel Threads
- [LLVMdev] [LNT][Patch] Bug 16261 - lnt incorrectly builds timeit-target when one is using a simulator
- [LLVMdev] [llvm] r181753 - This is the first of three patches which creates stubs used for
- [LLVMdev] test-suite strange output
- [LLVMdev] failures in test-suite for make TEST=simple
- [LLVMdev] single tests in test-suite