search for: singlemultisourc

Displaying 5 results from an estimated 5 matches for "singlemultisourc".

Did you mean: singlemultisource
2016 Mar 24
2
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...gt;>>> for the test. For example: >>>>>>> >>>>>>> METRIC: score: grep "Score:" %o | awk '{print $2}' >>>>>>> >>>>>>> Modified: >>>>>>> test-suite/trunk/cmake/modules/SingleMultiSource.cmake >>>>>>> test-suite/trunk/litsupport/test.py >>>>>>> test-suite/trunk/litsupport/testscript.py >>>>>>> >>>>>>> Modified: >>>>>>> test-suite/trunk/cmake/modules/SingleMultiSource.cmake &gt...
2016 Mar 24
0
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...the test. For example: >>>>>>>> >>>>>>>> METRIC: score: grep "Score:" %o | awk '{print $2}' >>>>>>>> >>>>>>>> Modified: >>>>>>>> test-suite/trunk/cmake/modules/SingleMultiSource.cmake >>>>>>>> test-suite/trunk/litsupport/test.py >>>>>>>> test-suite/trunk/litsupport/testscript.py >>>>>>>> >>>>>>>> Modified: >>>>>>>> test-suite/trunk/cmake/modules/SingleM...
2016 Mar 24
1
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...e: >>>>>>>>> >>>>>>>>> METRIC: score: grep "Score:" %o | awk '{print $2}' >>>>>>>>> >>>>>>>>> Modified: >>>>>>>>> test-suite/trunk/cmake/modules/SingleMultiSource.cmake >>>>>>>>> test-suite/trunk/litsupport/test.py >>>>>>>>> test-suite/trunk/litsupport/testscript.py >>>>>>>>> >>>>>>>>> Modified: >>>>>>>>> test-suite/trunk/c...
2018 Nov 16
2
[LNT] How to set an env var before executing a test?
...lvm.org/docs/lnt/tests.html explains how to use these cmake macros, so I'm looking at test-suite/External/SPEC/CINT2000/175.vpr/CMakeLists.txt for an example. The tests that I have added are under a subdirectory of test-suite/SingleSource, but the comment at the top of test-suite/cmake/modules/SingleMultiSource.cmake has me worried that nothing new is supposed to go in there. Maybe I should move everything under test-suite/External and more closely mimic these SPEC CMakeLists.txt? -Troy > -----Original Message----- > From: chris.matthews at apple.com <chris.matthews at apple.com> > Sent...
2018 Nov 16
2
[LNT] How to set an env var before executing a test?
Does the LNT test-suite provide a way to have an environment variable set when executing a test? I can set it outside of LNT (i.e. have it in my environment when LNT is launched) and that works fine, but there does not appear to be a way to set it as part of a test's configuration. There are some lit.local.cfg files scattered throughout the test-suite repository, but messing with os.environ