45e744e Add 'tests' definition.

1 file Authored by keiths 2 years ago, Committed by keiths 2 years ago,
1 file changed. 8 lines added. 1 lines removed.
    Add 'tests' definition.
    
    Defining this option will iimit the tests performed with the "--with testsuite"
    option:
    
    $ rpmbuild -bb --with testsuite --define 'tests "gdb.base/break.exp gdb.dwarf2/*.exp"' \
       gdb.spec
    
    The above will build the RPM with testing, but it will only test the listed tests
    (just as if they were passed to TESTS="gdb.base/break.exp gdb.dwarf2/*.exp").
    
        
file modified
+8 -1