Skip to content

Commit

Permalink
New regression tests for Phaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Oeffner committed Jun 4, 2020
1 parent 9abc825 commit c569992
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libtbx/auto_build/bootstrap.py
Expand Up @@ -1985,7 +1985,8 @@ class PhaserBuilder(CCIBuilder):
]

def add_tests(self):
self.add_test_command('phaser_regression.regression',
self.add_test_parallel(module='phaser_regression') # run phaser_regression/run_tests.py file
self.add_test_command('phaser_regression.regression', # run Gabors tests
args=['all',
'-o',
'terse_failed',
Expand Down

0 comments on commit c569992

Please sign in to comment.