Add test-candidate
authorHuang Peng <shawn.p.huang@gmail.com>
Wed, 28 May 2008 03:01:01 +0000 (11:01 +0800)
committerHuang Peng <shawn.p.huang@gmail.com>
Wed, 28 May 2008 03:01:01 +0000 (11:01 +0800)
rename test-engine to test-panel

panel/Makefile

index 230b079..34018e2 100644 (file)
@@ -1,6 +1,9 @@
 PYTHON = env PYTHONPATH=../ python
 
-test-engine:
+test-candidatewindow:
+       $(PYTHON) ./candidatewindow.py
+
+test-panel:
        $(PYTHON) ./main.py
 
 clean: