We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf84e86 commit 5fecc37Copy full SHA for 5fecc37
1 file changed
Makefile
@@ -329,6 +329,7 @@ $(TARGET): $(C_OBJECTS) $(LLAMA_LIBS) | $(DIST_DIR)
329
.PHONY: test
330
test: $(BUILD_DEPS) $(TARGET) $(BUILD_DIR)/unittest
331
@echo "Running unit tests..."
332
+ @mkdir -p /tmp
333
@$(BUILD_DIR)/unittest
334
@echo ""
335
@echo "Testing extension loading..."
0 commit comments