Skip to content

Commit

Permalink
print cc, cxx, fc
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmjacobs committed Sep 17, 2023
1 parent f223c31 commit 67f2d4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test.sh
Expand Up @@ -3,6 +3,10 @@
# Ensure files are loaded relative to test.sh
cd "$(dirname "$BASH_SOURCE")"

>&2 echo "CC: $CC"
>&2 echo "CXX: $CXX"
>&2 echo "FC: $FC"

# Load helpers
source "./test_helpers.sh"

Expand Down

0 comments on commit 67f2d4d

Please sign in to comment.