Skip to content

Commit 233a131

Browse files
committed
fixup! Added small test of simulated_annealing
1 parent ee9d47b commit 233a131

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/smoke/smoketests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ for BACKEND in ${BACKENDS[@]}; do
440440
if [ "$BACKEND" = "reference_omp" ] || [ "$BACKEND" = "reference" ] || [ "$BACKEND" = "hyperdags" ] || [ "$BACKEND" = "nonblocking" ]; then
441441
echo ">>> [x] [ ] Tests Simulated Annealing-Replica Exchange on a"
442442
echo " small 16x16 matrix."
443-
echo "Functional test executable: ${TEST_BIN_DIR}/simulated_annealing_re_ising_reference"
443+
echo "Functional test executable: ${TEST_BIN_DIR}/simulated_annealing_re_ising_${BACKEND}"
444444
$runner ${TEST_BIN_DIR}/simulated_annealing_re_ising_${BACKEND} --use-default-data --verify &> ${TEST_OUT_DIR}/simulated_annealing_re_ising_${BACKEND}_${P}_${T}.log
445445
( grep "Test OK" ${TEST_OUT_DIR}/simulated_annealing_re_ising_${BACKEND}_${P}_${T}.log ) || printf 'Test FAILED.\n'
446446
fi

0 commit comments

Comments
 (0)