From: trevor_hansen Date: Sun, 2 May 2010 14:43:11 +0000 (+0000) Subject: Don't test a22 in valgrind because it leaks X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=c77c220555df9f446bea82eeedea163cebfe52c4;p=francis%2Fstp.git Don't test a22 in valgrind because it leaks git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@741 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/tests/c-api-tests/Makefile b/tests/c-api-tests/Makefile index e885164..9e2f509 100644 --- a/tests/c-api-tests/Makefile +++ b/tests/c-api-tests/Makefile @@ -88,7 +88,7 @@ all: 0 1 2 3 4 5 6 7 8 9 10 11 11 12 13 14 15 16 17 18 19 20 21 22 ./a21.out 22: g++ $(CXXFLAGS) parsestring-using-cinterface.c -o a22.out $(LIBS) - $(VALGRIND) ./a22.out + ./a22.out clean: rm -rf *~ *.out