Skip to content
Snippets Groups Projects
Commit 7f8fbc81 authored by Niederwieser, Johannes's avatar Niederwieser, Johannes
Browse files

add run in Makefile

parent 13dbcd12
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,10 @@ bin: ## compiles project to executable binary ...@@ -16,6 +16,10 @@ bin: ## compiles project to executable binary
all: clean bin ## all of the above all: clean bin ## all of the above
run: all ## runs the project with default config
@echo "[\033[36mINFO\033[0m] Executing binary..."
./$(ASSIGNMENT)
test: all ## runs public testcases on the project test: all ## runs public testcases on the project
@echo "[\033[36mINFO\033[0m] Executing testrunner..." @echo "[\033[36mINFO\033[0m] Executing testrunner..."
./testrunner -c test.toml ./testrunner -c test.toml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment