diff options
author | Michael Foord <fuzzyman@voidspace.org.uk> | 2010-03-26 13:07:38 (GMT) |
---|---|---|
committer | Michael Foord <fuzzyman@voidspace.org.uk> | 2010-03-26 13:07:38 (GMT) |
commit | 79d1fa911bc99f9ba086b974314d99e232e71ceb (patch) | |
tree | 074ddc47deb98a246b075c0e5f0a28c5b6633bef /Makefile.pre.in | |
parent | fa2f1cdcbb6cf2d31066605b0f71d8fe3ed337aa (diff) | |
download | cpython-79d1fa911bc99f9ba086b974314d99e232e71ceb.zip cpython-79d1fa911bc99f9ba086b974314d99e232e71ceb.tar.gz cpython-79d1fa911bc99f9ba086b974314d99e232e71ceb.tar.bz2 |
Makefile.pre.in for the unittest/test directory
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 0f0e246..9eea954 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -847,7 +847,7 @@ LIBSUBDIRS= lib-tk lib-tk/test lib-tk/test/test_tkinter \ ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \ distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \ multiprocessing multiprocessing/dummy \ - unittest \ + unittest unittest/test \ lib-old \ curses pydoc_data $(MACHDEPS) libinstall: build_all $(srcdir)/Lib/$(PLATDIR) |