diff --git a/run_tests.sh b/run_tests.sh
index 9d9d18661e..b4f26c5709 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -20,7 +20,7 @@ if [[ -n $@ ]]; then
 else
     LIBS=`find lib -type f | grep -v \.md`
     SCRIPTS=`find . -type f -name \*\.sh`
-    EXTRA="functions"
+    EXTRA="functions functions-common stackrc openrc exerciserc eucarc"
     FILES="$SCRIPTS $LIBS $EXTRA"
 fi