From 3ecf2f441fc8d0ca87ce71df4313a7f155ca7056 Mon Sep 17 00:00:00 2001 From: Harry van Haaren Date: Thu, 14 Nov 2013 14:04:48 +0000 Subject: [PATCH] -Cleaned up repo --- .ajsnapshot | 62 ------------------- valgrind.sh => build/valgrind.sh | 2 +- .../valgrindSuppression | 0 run.sh | 5 -- 4 files changed, 1 insertion(+), 68 deletions(-) delete mode 100644 .ajsnapshot rename valgrind.sh => build/valgrind.sh (82%) rename valgrindSuppression => build/valgrindSuppression (100%) delete mode 100755 run.sh diff --git a/.ajsnapshot b/.ajsnapshot deleted file mode 100644 index 3752d51..0000000 --- a/.ajsnapshot +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/valgrind.sh b/build/valgrind.sh similarity index 82% rename from valgrind.sh rename to build/valgrind.sh index 306c24a..7af515f 100755 --- a/valgrind.sh +++ b/build/valgrind.sh @@ -1 +1 @@ -valgrind --tool=memcheck --leak-check=full --track-origins=yes .build/luppp5 +valgrind --tool=memcheck --leak-check=full --track-origins=yes src/luppp diff --git a/valgrindSuppression b/build/valgrindSuppression similarity index 100% rename from valgrindSuppression rename to build/valgrindSuppression diff --git a/run.sh b/run.sh deleted file mode 100755 index 2f5b5d9..0000000 --- a/run.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -set -e -make -xterm -e "sleep 1 && aj-snapshot -r .ajsnapshot" & bin/luppp