]> git.ipfire.org Git - thirdparty/gcc.git/commit
Support parallel testing in libgomp, part I [PR66005]
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Thu, 7 May 2015 11:26:57 +0000 (13:26 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Mon, 15 May 2023 10:11:18 +0000 (12:11 +0200)
commite797db5c744f7b4e110f23a495fca8e6b8aebe83
tree9dc3d78526c38b0bd2c054973eca8cf2c24295e1
parent982c869ec00c72176ddede9c0e3068c76dc871d2
Support parallel testing in libgomp, part I [PR66005]

..., while still hard-coding the number of parallel slots to one.

PR testsuite/66005
libgomp/
* testsuite/Makefile.am (PWD_COMMAND): New variable.
(%/site.exp): New target.
(check_p_numbers0, check_p_numbers1, check_p_numbers2)
(check_p_numbers3, check_p_numbers4, check_p_numbers5)
(check_p_numbers6, check_p_numbers, gcc_test_parallel_slots)
(check_p_subdirs)
(check_DEJAGNU_libgomp_targets): New variables.
($(check_DEJAGNU_libgomp_targets)): New target.
($(check_DEJAGNU_libgomp_targets)): New dependency.
(check-DEJAGNU $(check_DEJAGNU_libgomp_targets)): New targets.
* testsuite/Makefile.in: Regenerate.
* testsuite/lib/libgomp.exp: For parallel testing,
'load_file ../libgomp-test-support.exp'.

Co-authored-by: Thomas Schwinge <thomas@codesourcery.com>
libgomp/testsuite/Makefile.am
libgomp/testsuite/Makefile.in
libgomp/testsuite/lib/libgomp.exp