mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Fixed the lines marked as 'URGENT'
This commit is contained in:
7
makefile
7
makefile
@@ -27,9 +27,6 @@ repl: source
|
||||
.PHONY: tests
|
||||
tests: clean test-cases test-integrations
|
||||
|
||||
#.PHONY: test-all
|
||||
#test-all: clean test-cases test-integrations
|
||||
|
||||
.PHONY: test-cases
|
||||
test-cases:
|
||||
$(MAKE) -C $(TOY_CASESDIR) -k
|
||||
@@ -62,6 +59,10 @@ test-cases-valgrind:
|
||||
test-integrations-valgrind:
|
||||
$(MAKE) -C $(TOY_INTEGRATIONSDIR) valgrind -k
|
||||
|
||||
#Run all tests
|
||||
.PHONY: tests-all
|
||||
tests-all: clean tests tests-gdb tests-valgrind
|
||||
|
||||
#TODO: mustfail tests
|
||||
|
||||
#util targets
|
||||
|
||||
Reference in New Issue
Block a user