commit | 882153e41f24c4cfbb21a649e2278fc7a6922f66 | [log] [tgz] |
---|---|---|
author | Ryan Kubiak <rkubiak@google.com> | Tue Jul 15 15:16:32 2014 -0700 |
committer | Ryan Kubiak <rkubiak@google.com> | Thu Jul 31 15:09:06 2014 -0700 |
tree | 60e8ecd36d3b10eea0d31510e9b1de4e1adc725b | |
parent | 889751477c4950004361a553b69b622c405d8bf0 [diff] |
Test to see if there are untracked files in vendor/opensource/tarballs Change-Id: I19f3536aec20ccc1e256df9eb4b85485d3770547
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..fdad659 --- /dev/null +++ b/Makefile
@@ -0,0 +1,4 @@ +test: + @echo Testing for missing dependencies... ; \ + git status | grep -q Untracked && git status && exit 2 ; \ + echo No untracked files found