diff options
Diffstat (limited to 'test/simple-build-check.sh')
-rwxr-xr-x | test/simple-build-check.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/simple-build-check.sh b/test/simple-build-check.sh index 6a03608477..385abbd09c 100755 --- a/test/simple-build-check.sh +++ b/test/simple-build-check.sh @@ -11,7 +11,9 @@ EXTRAS="\ extras/edd_id \ extras/floppy \ extras/run_directory \ - extras/firmware" + extras/firmware \ + extras/path_id \ + extras/rule_generator" # with debug make clean EXTRAS="$EXTRAS" >/dev/null |