diff options
author | Lucas Hoffmann <l-m-h@web.de> | 2015-07-14 14:45:09 +0200 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-07-18 21:15:26 -0400 |
commit | d71eb9db3ce0826cae0f13be759bccd4aa47bce6 (patch) | |
tree | 46e0ba7543c59e08e2b69a065543400b179672db | |
parent | c7bfbd4fd9ca533795cd9e58d479d6035e5cddb6 (diff) | |
download | rneovim-d71eb9db3ce0826cae0f13be759bccd4aa47bce6.tar.gz rneovim-d71eb9db3ce0826cae0f13be759bccd4aa47bce6.tar.bz2 rneovim-d71eb9db3ce0826cae0f13be759bccd4aa47bce6.zip |
tests: Remove migrated legacy tests from makefile. #3009
Remove legacy tests from the old makefile that were forgotten after the test
migration. The tests are:
- test 26 migrated in da3ade6a593197e475f2e1c49eaf5dc346a0367c merged in #1420
- test 27 migrated in ac52d84f166b58d2ac06a6ff5a557fd2e5ca2c76 merged in #1328
- test 43 migrated in c9159586b87168c0725524165f33607ebb83efd7 merged in #1420
- test 46 migrated in 5ea94e14f0be69d293a8479d2140b196fb06c313 merged in #1328
- test 63 migrated in a040aa95c161adf47b5088b0b4ba6afc64e796aa merged in #1930
Additionally the tests 71 and 72 where removed in
85338fe1d5a56f82546e16c305c2048c081771e0 together with the +cryptv feature.
-rw-r--r-- | src/nvim/testdir/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index f701098980..162ee65fc1 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -12,16 +12,16 @@ SCRIPTS := test_eval.out \ test11.out test12.out test13.out test14.out \ test17.out \ test24.out \ - test26.out test27.out test30.out \ + test30.out \ test32.out test34.out \ test36.out test37.out test39.out test40.out \ - test42.out test43.out test45.out \ - test46.out test47.out test48.out test49.out \ + test42.out test45.out \ + test47.out test48.out test49.out \ test52.out test53.out test55.out \ test57.out test58.out test59.out \ - test63.out test64.out \ + test64.out \ test68.out test69.out \ - test71.out test73.out \ + test73.out \ test79.out test80.out \ test83.out \ test86.out test87.out test88.out \ |