| Index: tests/bitmaps/Makefile
|
| diff --git a/tests/bitmaps/Makefile b/tests/bitmaps/Makefile
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0d200ad651c2694b9e8831c977ee1faaa5424f82
|
| --- /dev/null
|
| +++ b/tests/bitmaps/Makefile
|
| @@ -0,0 +1,8 @@
|
| +# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +export BMPBLK=${BUILD}/utility/bmpblk_utility
|
| +
|
| +runtests:
|
| + ./TestBmpBlock.py -v
|
|
|