diff options
| author | Piotr Gurgul <pgurgul@google.com> | 2009-09-23 12:15:05 -0700 |
|---|---|---|
| committer | Piotr Gurgul <pgurgul@google.com> | 2009-09-23 12:15:05 -0700 |
| commit | 979d5abe0658596e15e9b681683d65a459eae127 (patch) | |
| tree | e866e25db0988d4de7504e489d70f4d3170e7da1 /samples/NotePad | |
| parent | 265513f5d3388f14c80a46d2fe033e0d93a9fdf1 (diff) | |
| download | android_development-979d5abe0658596e15e9b681683d65a459eae127.tar.gz android_development-979d5abe0658596e15e9b681683d65a459eae127.tar.bz2 android_development-979d5abe0658596e15e9b681683d65a459eae127.zip | |
Define tested.project.dir property for existing samples
As now test projects are recognized by presence of the property
tested.project.dir, it has been manually added for existing
test project samples.
Diffstat (limited to 'samples/NotePad')
| -rw-r--r-- | samples/NotePad/tests/build.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/NotePad/tests/build.properties b/samples/NotePad/tests/build.properties new file mode 100644 index 000000000..e0c39def1 --- /dev/null +++ b/samples/NotePad/tests/build.properties @@ -0,0 +1 @@ +tested.project.dir=.. |
