Skip to content

Commit

Permalink
Debug test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Sep 19, 2024
1 parent 6eda997 commit 9454efc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/fortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,4 @@ jobs:
compiler: ${{ matrix.toolchain.compiler }}
version: ${{ matrix.toolchain.version }}

- run: |
${{ env.FC }} ... # environment vars FC, CC, and CXX are set
${{ steps.setup-fortran.outputs.fc }} ... # outputs work too
make fr_test
- run: make fr_test
4 changes: 2 additions & 2 deletions fortran/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ FC?=flang-new

.PHONY: help
help:
@echo " $(BLUE)test$(NC) Run through all Lua tests in sequence."
@echo " $(BLUE)test_auto$(NC) Run through all Lua tests (parallel execution not implemented)."
@echo " $(BLUE)test$(NC) Run through all Fortran tests in sequence."
@echo " $(BLUE)test_auto$(NC) Run through all Fortran tests (parallel execution not implemented)."
@echo " $(BLUE)clean$(NC) Clean up any stray files."

.PHONY: test
Expand Down

0 comments on commit 9454efc

Please sign in to comment.