aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
diff options
context:
space:
mode:
authorPhillip Lord2015-11-23 22:08:52 +0000
committerPhillip Lord2015-11-24 17:10:12 +0000
commit94bb3d7a808b8ed29336250bf5ffaf636280ee1e (patch)
treebc1e629e3f7c381ecc424d2aeb846be8d18c6a73 /test/data
parent22bbf7ca22f11cc33d887d0162cf2ec6661c3a3e (diff)
downloademacs-94bb3d7a808b8ed29336250bf5ffaf636280ee1e.tar.gz
emacs-94bb3d7a808b8ed29336250bf5ffaf636280ee1e.zip
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 3a3926131f5..00000000000
--- a/test/data/flymake/test.c
+++ /dev/null
@@ -1,5 +0,0 @@
1int main()
2{
3 char c = 1000;
4 return c;
5}
diff --git a/test/data/flymake/test.pl b/test/data/flymake/test.pl
deleted file mode 100644
index d5abcb47e7f..00000000000
--- a/test/data/flymake/test.pl
+++ /dev/null
@@ -1,2 +0,0 @@
1@arr = [1,2,3,4];
2my $b = @arr[1];