Skip to content

Commit

Permalink
Use GCC_PATH in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanchatelain committed Apr 17, 2024
1 parent fd5b0ef commit 14366c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion tests/test_vprec_backend/compile.sh
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
gcc compute_mpfr_rounding.c -lmpfr -Wall -Wextra -o compute_mpfr_rounding -O3 -march=native
source ../paths.sh

GCC=${GCC_PATH}

${GCC} compute_mpfr_rounding.c -lmpfr -Wall -Wextra -o compute_mpfr_rounding -O3 -march=native
6 changes: 5 additions & 1 deletion tests/test_vprec_backend_simple/compile.sh
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
gcc compute_mpfr_rounding.c -lmpfr -Wall -Wextra -o compute_mpfr_rounding -O3 -march=native
source ../paths.sh

GCC=${GCC_PATH}

${GCC} compute_mpfr_rounding.c -lmpfr -Wall -Wextra -o compute_mpfr_rounding -O3 -march=native

0 comments on commit 14366c1

Please sign in to comment.