diff options
author | P. J. McDermott <pjm@nac.net> | 2013-05-27 06:23:55 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-05-27 06:23:55 (EDT) |
commit | aaac3bf839cfd8027a8d01fb8af3323d4ea07dce (patch) | |
tree | 8ba37f6fcd241ba691bf34602c9d5499e0b1e5f1 /tests/local.mk | |
parent | b1e208d0a180a4f8d7a721511f2ad343164bce5f (diff) |
t_installfiles_busybox_links: New test.
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk index 75e97d2..4baab4d 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -19,4 +19,5 @@ tests = \ tests/t_installfiles_dir \ tests/t_installfiles_dir_slash \ - tests/t_installfiles_patterns_and_links + tests/t_installfiles_patterns_and_links \ + tests/t_installfiles_busybox_links |