usb01: Simplify test program

This commit is contained in:
Sebastian Huber
2016-09-28 15:33:50 +02:00
parent 8eb888394a
commit ec5b97bed1
10 changed files with 143 additions and 1092 deletions

View File

@@ -1580,8 +1580,7 @@ def build(bld):
lib = ["m", "z"],
install_path = None)
test_usb01 = ['testsuite/usb01/init.c',
'testsuite/usb01/test-file-system.c']
test_usb01 = ['testsuite/usb01/init.c']
bld.program(target = "usb01.exe",
features = "cprogram",
cflags = cflags,