Skip to content

Commit

Permalink
c version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmjacobs committed Sep 17, 2023
1 parent ff0bb69 commit 743a303
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
# Ensure files are loaded relative to test.sh
cd "$(dirname "$BASH_SOURCE")"

# Load helpers
source "./test_helpers.sh"

[ -n "$CC" ] && "$CC" --version
[ -n "$CXX" ] && "$CXX" --version
[ -n "$FC" ] && "$FC" --version

# Load helpers
source "./test_helpers.sh"
c --version

# Run tests
source ./argument_and_link_test/test.sh
Expand Down

0 comments on commit 743a303

Please sign in to comment.