]> git.eshelyaron.com Git - emacs.git/commitdiff
Test (test) subdirs added.
authorPhillip Lord <phillip.lord@russet.org.uk>
Fri, 6 Nov 2015 08:26:10 +0000 (08:26 +0000)
committerPhillip Lord <phillip.lord@russet.org.uk>
Fri, 6 Nov 2015 08:26:10 +0000 (08:26 +0000)
test/automated/test-subdir/ert-subdir-tests.el [new file with mode: 0644]
test/automated/test-subdir/test-subsubdir/ert-subsubdir-test.el [new file with mode: 0644]

diff --git a/test/automated/test-subdir/ert-subdir-tests.el b/test/automated/test-subdir/ert-subdir-tests.el
new file mode 100644 (file)
index 0000000..9727926
--- /dev/null
@@ -0,0 +1,4 @@
+(require 'ert)
+
+(ert-deftest ert-subdir-test-runs ()
+  (should t))
diff --git a/test/automated/test-subdir/test-subsubdir/ert-subsubdir-test.el b/test/automated/test-subdir/test-subsubdir/ert-subsubdir-test.el
new file mode 100644 (file)
index 0000000..7cf1d7c
--- /dev/null
@@ -0,0 +1,4 @@
+(require 'ert)
+
+(ert-deftest subsubdir-test ()
+  (should t))