From 49bb8ef7a08c6c9c1e069fc09c15996dfd4decd5 Mon Sep 17 00:00:00 2001 From: Behnam Esfahbod Date: Sun, 19 Apr 2009 22:06:46 +0430 Subject: [Makefile] Fix tests --- Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 53058e9..cfbb6e2 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,18 @@ -all: ctags test +.PHONY: clean tests -test: - python tests/test1.py - python tests/test2.py +all: ctags tests + +tests: + @echo `pkg-config --libs-only-L fribidi | sed s'/^-L//'` + python test/test1.py + python test/test2.py ctags: @clear - @echo `pkg-config --libs-only-L fribidi | sed s'/^-L//'` @ctags -R . `pkg-config --libs-only-L fribidi | sed s'/^-L//'` + clean: find *.pyc | xargs rm -f -- cgit v1.2.3