From 3c5c5241762e8b9da1dbba0d2456fe52a703752a Mon Sep 17 00:00:00 2001 From: John Glover Date: Fri, 11 Jan 2013 16:08:29 +0100 Subject: Remove unused test Makefile and valgrind suppression file --- tests/Makefile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 tests/Makefile (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile deleted file mode 100644 index c5374f3..0000000 --- a/tests/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -CC=g++ -CFLAGS=-Wall -c -g - -all: testbase - -testbase: testbase.o base.o exceptions.o - $(CC) testbase.o base.o exceptions.o -o testbase -lcppunit - -testbase.o: testbase.cpp - $(CC) $(CFLAGS) testbase.cpp - -base.o: ../src/simpl/base.cpp - $(CC) $(CFLAGS) ../src/simpl/base.cpp - -exceptions.o: ../src/simpl/exceptions.cpp - $(CC) $(CFLAGS) ../src/simpl/exceptions.cpp - -clean: - rm -rf *.o testbase -- cgit v1.2.3