Skip to content

Commit

Permalink
Add --compiler-driver nightly test script (chapel-lang#23566)
Browse files Browse the repository at this point in the history
Adds `util/cron/test-driver.bash` test script that runs our test suite
with `--compiler-driver`.

[reviewed by @tzinsky , thanks!]

Testing:
- [x] manual paratest with `--compiler-driver` passes on `main` at the
moment
  • Loading branch information
riftEmber authored Oct 2, 2023
2 parents 2bfe7c7 + f800026 commit 9e30fe6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions util/cron/test-driver.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env bash
#
# Test --compiler-driver configuration on full suite on linux64.

CWD=$(cd $(dirname $0) ; pwd)
source $CWD/common.bash
source $CWD/common-localnode-paratest.bash

export CHPL_NIGHTLY_TEST_CONFIG_NAME="driver"

$CWD/nightly -cron -compopts --compiler-driver $(get_nightly_paratest_args)

0 comments on commit 9e30fe6

Please sign in to comment.