diff --git a/utils/nightly/gmsh_linux64_test.ctest b/utils/nightly/gmsh_linux64_test.ctest
new file mode 100644
index 0000000000000000000000000000000000000000..b8a0ef7ed69e6ba085a55f693e57c4deb72c62ef
--- /dev/null
+++ b/utils/nightly/gmsh_linux64_test.ctest
@@ -0,0 +1,11 @@
+# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle
+#
+# See the LICENSE.txt file for license information. Please report all
+# bugs and problems to the public mailing list <gmsh@geuz.org>.
+
+set(EXTRA_VERSION "-svn")
+include(gmsh_linux64.ctest)
+
+set(EXTRA_VERSION "-dynamic-svn")
+set(BUILD_DYNAMIC true)
+include(gmsh_linux64.ctest)
diff --git a/utils/nightly/gmsh_mac_test.ctest b/utils/nightly/gmsh_mac_test.ctest
new file mode 100644
index 0000000000000000000000000000000000000000..c53809b7e93e82141a665c38a1355f3bf53ad0d4
--- /dev/null
+++ b/utils/nightly/gmsh_mac_test.ctest
@@ -0,0 +1,11 @@
+# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle
+#
+# See the LICENSE.txt file for license information. Please report all
+# bugs and problems to the public mailing list <gmsh@geuz.org>.
+
+set(EXTRA_VERSION "-svn")
+include(gmsh_mac.ctest)
+
+set(EXTRA_VERSION "-dynamic-svn")
+set(BUILD_DYNAMIC true)
+include(gmsh_mac.ctest)