Commit 1061f0aa authored by Martin v. Löwis's avatar Martin v. Löwis

Add check_soundcard.vbs. Will backport

parent 1ab4038f
...@@ -886,7 +886,7 @@ def add_files(db): ...@@ -886,7 +886,7 @@ def add_files(db):
continue continue
tcltk.set_current() tcltk.set_current()
elif dir in ['test', 'tests', 'data', 'output']: elif dir in ['test', 'tests', 'data', 'output']:
# test: Lib, Lib/email, Lib/bsddb # test: Lib, Lib/email, Lib/bsddb, Lib/ctypes, Lib/sqlite3
# tests: Lib/distutils # tests: Lib/distutils
# data: Lib/email/test # data: Lib/email/test
# output: Lib/test # output: Lib/test
...@@ -913,6 +913,7 @@ def add_files(db): ...@@ -913,6 +913,7 @@ def add_files(db):
lib.add_file("test.xml.out") lib.add_file("test.xml.out")
lib.add_file("testtar.tar") lib.add_file("testtar.tar")
lib.add_file("test_difflib_expect.html") lib.add_file("test_difflib_expect.html")
lib.add_file("check_soundcard.vbs")
lib.glob("*.uue") lib.glob("*.uue")
lib.add_file("readme.txt", src="README") lib.add_file("readme.txt", src="README")
if dir=='decimaltestdata': if dir=='decimaltestdata':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment