diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/simple-build-check.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/simple-build-check.sh b/test/simple-build-check.sh index 6bf12013d8..e391846de9 100755 --- a/test/simple-build-check.sh +++ b/test/simple-build-check.sh @@ -11,7 +11,8 @@ EXTRAS="\ extras/floppy \ extras/firmware \ extras/collect \ - extras/rule_generator" + extras/rule_generator \ + extras/fstab_import" # with debug make clean EXTRAS="$EXTRAS" >/dev/null |