Skip to content

Commit

Permalink
BLD: Add test in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Nov 20, 2023
1 parent 38a0d45 commit 07d31ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ copy_shared_windows:
cp -f $(BUILD_DIR)/lib$(LIBNAME).dll $(PYW_MOD_DIR)
cp -f $(BUILD_DIR)/lib$(LIBNAME).dll.a $(PYW_MOD_DIR)

test: build
fpm test --profile=release

clean:
fpm clean --all
rm -f src/*.mod
Expand Down

0 comments on commit 07d31ef

Please sign in to comment.