Thanks to Clemens (hammacher@cs.uni-saarland.de) extension of the arcanist unit test engine, we can run the llvm-lit tests automatically. Similar to the linters, aracanist will run all tests for each uploaded commit and asks the commiter for a statements in case unit tests fail. To use this feature the unit test engine needs to find the polly build directory. Currently we support the following setups: $POLLY_BUILD_DIR (environment variable) <root>/build <root>.build <root>-build <root:s/src/build> <cwd> llvm-svn: 217396
23 lines
387 B
PHP
23 lines
387 B
PHP
<?php
|
|
|
|
/**
|
|
* This file is automatically generated. Use 'arc liberate' to rebuild it.
|
|
* @generated
|
|
* @phutil-library-version 2
|
|
*/
|
|
|
|
phutil_register_library_map(array(
|
|
'__library_version__' => 2,
|
|
'class' =>
|
|
array(
|
|
'LitTestEngine' => 'src/LitTestEngine.php',
|
|
),
|
|
'function' =>
|
|
array(
|
|
),
|
|
'xmap' =>
|
|
array(
|
|
'LitTestEngine' => 'ArcanistBaseUnitTestEngine',
|
|
),
|
|
));
|