diff options
author | Marco d'Itri <md@Linux.IT> | 2006-09-05 15:20:28 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-09-05 15:20:28 +0200 |
commit | fbcbf70bb21a618024ce8c1ea0b4f6718c2a8dd2 (patch) | |
tree | 215b15e195c046aae317a01db5edadde5a2e7ce1 /test | |
parent | d60fd52af868ec6043d9a6dc641a6a64feabd238 (diff) |
add persistent rules generator for net devices and optical drives
Diffstat (limited to 'test')
-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 |