Skip to content

Commit

Permalink
Update 'make test'
Browse files Browse the repository at this point in the history
  • Loading branch information
gllmflndn committed Nov 25, 2023
1 parent 1a3f440 commit 77726de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ OBJEXT ?= o
MAKE = make
MOVE = mv -f
DEL = rm -f
MATLAB = matlab -nodesktop -nodisplay -nosplash -batch
OCTAVE = octave --no-gui --quiet --eval
EXEC ?= $(MATLAB)

PLATFORM ?= $(shell uname)

Expand Down Expand Up @@ -52,4 +55,4 @@ update:
git submodule update --remote --merge

test: @whisper/private/whisper_mex.$(MEXEXT)
matlab -nodesktop -nodisplay -nosplash -batch "whisper.demo()"
$(EXEC) "whisper.demo()"

0 comments on commit 77726de

Please sign in to comment.