Skip to content

Commit

Permalink
Update Makefile after restructuring tests (#254)
Browse files Browse the repository at this point in the history
The Makefile wasn't updated after restructuring tests in #236

---------

Co-authored-by: Joe Wallwork <[email protected]>
  • Loading branch information
ddundo and jwallwork23 authored Dec 11, 2024
1 parent 49e74d5 commit 4e1708a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ lint:
test: lint
@echo "Running test suite..."
@cd test && make
@cd test/adjoint && make
@echo "PASS"

coverage:
Expand Down

0 comments on commit 4e1708a

Please sign in to comment.