about summary refs log tree commit diff
path: root/scripts/capsule.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/capsule.sh')
-rwxr-xr-xscripts/capsule.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/capsule.sh b/scripts/capsule.sh
index d9f1134..ca84d62 100755
--- a/scripts/capsule.sh
+++ b/scripts/capsule.sh
@@ -37,6 +37,9 @@ function jitterbug_build () {
         perl Configure.pl >> $logfile 2>&1
         cpanm --installdeps . >> $logfile 2>&1
         HARNESS_VERBOSE=1 make test >> $logfile 2>&1
+    elif [ -f 'Makefile' ]; then
+        echo "Found a Makefile"
+        make test >> $logfile 2>&1
     fi
 }