Skip to content

Commit

Permalink
BLD: Fix test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Nov 21, 2023
1 parent b389ec8 commit b89b348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ 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
test: all
fpm test --profile=release

clean:
Expand Down

0 comments on commit b89b348

Please sign in to comment.