We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98e16f commit 515238fCopy full SHA for 515238f
Makefile
@@ -39,7 +39,7 @@ test: $(COLLECTED_VALUES_DIR)
39
# Includes fallback behavior if MATLAB is not available
40
$(COLLECTED_VALUES_DIR):
41
@echo "Running MATLAB script to collect values..."; \
42
- if [ -f "$(MATLAB)" ]; then \
+ if [ -x "$(MATLAB)" ]; then \
43
$(MATLAB) -batch "run('$(MATLAB_SCRIPT)');"; \
44
else \
45
echo "MATLAB not found. Skipping MATLAB data collection."; \
0 commit comments