mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 01:55:20 +00:00
special 't' target in the Makefile to just build the code and run tests without regenerating table files
This commit is contained in:
parent
007a2e3519
commit
cd1e746069
5
Makefile
5
Makefile
@ -61,12 +61,13 @@ pull:
|
||||
git fetch origin
|
||||
git rebase master --stat
|
||||
|
||||
runtests: all
|
||||
runtests: all test
|
||||
./build/tools/flag_test --flagfile=tools/osquery.flagfile
|
||||
find build -name "*_tests" -type f -exec '{}' \;
|
||||
|
||||
tables:
|
||||
python tools/gentables.py
|
||||
|
||||
t: build test
|
||||
|
||||
test:
|
||||
find build -name "*_tests" -type f -exec '{}' \;
|
||||
|
Loading…
Reference in New Issue
Block a user