diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index f993c8528..c675c06a5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2151,6 +2151,8 @@ test_arglist \ test_popup \ test_profile \ test_put \ + test_pyx2 \ + test_pyx3 \ test_quickfix \ test_regexp_latin \ test_regexp_utf8 \ @@ -2754,6 +2756,7 @@ shadow: runtime pixmaps ../../testdir/*.vim \ ../../testdir/*.py \ ../../testdir/python* \ + ../../testdir/pyxfile \ ../../testdir/sautest \ ../../testdir/samples \ ../../testdir/test83-tags? \ |