Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(432)

Unified Diff: client/site_tests/hardware_tsl2563/src/Makefile

Issue 3064043: Update the tsl2563 test. (Closed) Base URL: ssh://git@chromiumos-git/autotest.git
Patch Set: Changes per testing and review. Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: client/site_tests/hardware_tsl2563/src/Makefile
diff --git a/client/site_tests/hardware_tsl2563/src/Makefile b/client/site_tests/hardware_tsl2563/src/Makefile
deleted file mode 100644
index f7448341939673a5762308e1b777eb9cc72b173b..0000000000000000000000000000000000000000
--- a/client/site_tests/hardware_tsl2563/src/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright (c) 2010 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.
-
-TARGET = tsl2563tst
-SRC = tsl2563tst.c
-
-$(TARGET): $(SRC)
- $(CC) -o $@ $^
-
-clean:
- $(RM) $(TARGET)

Powered by Google App Engine
This is Rietveld 408576698