Skip to content
Snippets Groups Projects

build: set default target to test

Merged Deaktivert bruker requested to merge andretol/greg:GREG-13/2 into master

A Makefile's default target is either the one defined by "all", or in the absence of an "all" target, the first target found in the file.

This means the current default target is to clean the venv from disk. This patch makes calling make non-destructive by redefining the default target to run the tests.

We may want to change this in future to something more appropriate.

Fixes: GREG-13

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading