summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDhaval Giani <dhaval@linux.vnet.ibm.com>2008-07-01 13:34:21 +0000
committerDhaval Giani <dhaval@linux.vnet.ibm.com>2008-07-01 13:34:21 +0000
commitee559ea2d27f859caf75633e3b4849b0420536fe (patch)
tree2ed1524e0fc38b32b2a472e05b5b8de3f63d8050 /Makefile
parent544704815432d0c2fe49101fc745d89f33eb2f21 (diff)
downloadlibcg-ee559ea2d27f859caf75633e3b4849b0420536fe.tar.gz
libcg-ee559ea2d27f859caf75633e3b4849b0420536fe.tar.xz
libcg-ee559ea2d27f859caf75633e3b4849b0420536fe.zip
Missed some files while trying to commit the test cases to trunk.
Reverting that change, and trying again. Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com> git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@86 4f4bb910-9a46-0410-90c8-c897d4f1cd53
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 44c0bb7..e37458f 100644
--- a/Makefile
+++ b/Makefile
@@ -44,9 +44,6 @@ libcgroup.so: api.c libcgroup.h wrapper.c
wrapper.c
ln -sf $@ $@.$(VERSION)
-test:
- $(MAKE) -C tests
-
install: libcgroup.so
$(INSTALL_DATA) -D libcgroup.h $(DESTDIR)$(includedir)/libcgroup.h
$(INSTALL) -D libcgroup.so $(DESTDIR)$(libdir)/libcgroup-$(PACKAGE_VERSION).so
@@ -62,4 +59,3 @@ uninstall: libcgroup.so
clean:
\rm -f y.tab.c y.tab.h lex.yy.c y.output cgconfig libcgroup.so \
libcgroup.so.$(VERSION)
- $(MAKE) -C tests clean