From 17081cc438b65f53351998c717bef0696d23fbd3 Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Fri, 13 Mar 2009 15:16:19 +0100 Subject: Remove tests/Makefile Remove tests/Makefile, it will be replaced by automake generated one. Signed-off-by: Jan Safranek --- tests/Makefile | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 tests/Makefile (limited to 'tests') diff --git a/tests/Makefile b/tests/Makefile deleted file mode 100644 index 9ebadac..0000000 --- a/tests/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -LDFLAGS = -L .. -L. -LIBS = -lcgroup -lpthread -ltest_functions -INC = -I .. -CXXFLAGS = -g -O2 -Wall -DDEBUG $(INC) -CFLAGS = -g -O2 -Wall -DDEBUG - -TARGET= libtest_functions.a \ - libcgrouptest01 \ - libcg_ba \ - setuid \ - pathtest \ - walk_test - -all: $(TARGET) - -test_functions.o: test_functions.c - $(CXX) $(CXXFLAGS) -c $< - -libtest_functions.a: test_functions.o - $(AR) -cr $@ $^ - -libcgrouptest01: test_functions.o libcgrouptest01.c - $(CXX) $(CXXFLAGS) -o $@ libcgrouptest01.c $(LDFLAGS) $(LIBS) - -libcg_ba: libcg_ba.cpp - $(CXX) $(CXXFLAGS) -o $@ $< $(LDFLAGS) $(LIBS) - -setuid: setuid.c - $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) $(LIBS) - -pathtest: pathtest.c - $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) $(LIBS) - -walk_test: walk_test.c - $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) $(LIBS) - -clean: - \rm -f $(TARGET) test_functions.o -- cgit