summaryrefslogtreecommitdiff
path: root/test/data
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2015-11-23 22:08:52 +0000
committerPhillip Lord <phillip.lord@russet.org.uk>2015-11-24 17:10:12 +0000
commit94bb3d7a808b8ed29336250bf5ffaf636280ee1e (patch)
treebc1e629e3f7c381ecc424d2aeb846be8d18c6a73 /test/data
parent22bbf7ca22f11cc33d887d0162cf2ec6661c3a3e (diff)
Test infrastructure: updates after directory move
* (test/Makefile.in): Support directories several levels deep. * (test/data/flymake): Rename to test/lisp/progmodes/flymake-resources. * (test/lisp/progmodes/flymake-tests.el): Support renamed resource directory.
Diffstat (limited to 'test/data')
-rw-r--r--test/data/flymake/test.c5
-rw-r--r--test/data/flymake/test.pl2
2 files changed, 0 insertions, 7 deletions
diff --git a/test/data/flymake/test.c b/test/data/flymake/test.c
deleted file mode 100644
index 3a3926131f..0000000000
--- a/test/data/flymake/test.c
+++ /dev/null
@@ -1,5 +0,0 @@
-int main()
-{
- char c = 1000;
- return c;
-}
diff --git a/test/data/flymake/test.pl b/test/data/flymake/test.pl
deleted file mode 100644
index d5abcb47e7..0000000000
--- a/test/data/flymake/test.pl
+++ /dev/null
@@ -1,2 +0,0 @@
-@arr = [1,2,3,4];
-my $b = @arr[1];