mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 13:20:07 +03:00
Added basic unit tests to some analyzers.
This commit is contained in:
parent
43a8284c07
commit
8231a0d1b8
17 changed files with 551 additions and 67 deletions
9
makefile
9
makefile
|
@ -1,2 +1,9 @@
|
|||
|
||||
.PHONY: all test
|
||||
|
||||
all:
|
||||
@./build.sh
|
||||
@./build.sh
|
||||
|
||||
test:
|
||||
@./test.sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue