feat: proper ruby parser for dependencies
This commit is contained in:
13
Makefile
Normal file
13
Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
help:
|
||||
@echo 'available commands: test, test-git, test-parser'
|
||||
|
||||
git-clone:
|
||||
git clone --depth 1 https://github.com/Homebrew/homebrew-core/ git-clone
|
||||
|
||||
test-git: git-clone
|
||||
python3 -c 'import test; test.testCoreFormulae()'
|
||||
|
||||
test-parser:
|
||||
python3 -c 'import test; test.testConfigVariations()'
|
||||
|
||||
test: test-git test-parser
|
||||
Reference in New Issue
Block a user