summaryrefslogtreecommitdiffstats
path: root/libbsd_waf.py
diff options
context:
space:
mode:
Diffstat (limited to 'libbsd_waf.py')
-rw-r--r--libbsd_waf.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/libbsd_waf.py b/libbsd_waf.py
index 05060c32..30d5560f 100644
--- a/libbsd_waf.py
+++ b/libbsd_waf.py
@@ -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,