summaryrefslogtreecommitdiffstats
path: root/Tests/FindPython/Python3Module
diff options
context:
space:
mode:
authorRobert Maynard <rmaynard@nvidia.com>2022-07-20 21:03:50 (GMT)
committerBrad King <brad.king@kitware.com>2022-07-22 17:53:52 (GMT)
commit261fa5db39f7814888cadd60e7ab5b16368c942e (patch)
tree9ca36d2dcd55310f89613c815b4032326acc433f /Tests/FindPython/Python3Module
parent314135cdf128b5b4d363bb5caed6be39fc7f24dc (diff)
downloadCMake-261fa5db39f7814888cadd60e7ab5b16368c942e.zip
CMake-261fa5db39f7814888cadd60e7ab5b16368c942e.tar.gz
CMake-261fa5db39f7814888cadd60e7ab5b16368c942e.tar.bz2
cmake: In -P mode ignore extra paths on the command line
Fixes: #23748
Diffstat (limited to 'Tests/FindPython/Python3Module')
0 files changed, 0 insertions, 0 deletions
/vfd_swmr&id=dc458e5f6f7f4ea69644653aa3f348d2f6eb9d53'>treecommitdiffstats
path: root/test/ttsafe.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-01-05 21:58:37 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-01-05 21:58:37 (GMT)
commitdc458e5f6f7f4ea69644653aa3f348d2f6eb9d53 (patch)
treea5757b2575f4116a6470d242a94c5a612b1e7924 /test/ttsafe.c
parente076771380e248497a7dd8eac37319a030c99db6 (diff)
downloadhdf5-dc458e5f6f7f4ea69644653aa3f348d2f6eb9d53.zip
hdf5-dc458e5f6f7f4ea69644653aa3f348d2f6eb9d53.tar.gz
hdf5-dc458e5f6f7f4ea69644653aa3f348d2f6eb9d53.tar.bz2
[svn-r8017] Purpose:
Code reorg. Description: Move the InitTest() from individual tests (testhdf5 and ttsafe) to libh5test (h5test.c) so that it can be shared among all tests. Platforms tested: Only tested in Eirene via serial with thread-safe enabled. No other platforms test since this is pretty trivial.