Skip to content

Commit 5fecc37

Browse files
committed
Create temporary directory before running unit tests
1 parent bf84e86 commit 5fecc37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ $(TARGET): $(C_OBJECTS) $(LLAMA_LIBS) | $(DIST_DIR)
329329
.PHONY: test
330330
test: $(BUILD_DEPS) $(TARGET) $(BUILD_DIR)/unittest
331331
@echo "Running unit tests..."
332+
@mkdir -p /tmp
332333
@$(BUILD_DIR)/unittest
333334
@echo ""
334335
@echo "Testing extension loading..."

0 commit comments

Comments
 (0)