diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2008-02-20 18:37:58 -0800 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2008-02-20 18:37:58 -0800 |
commit | 50503444864518f98d4c8f7b92047ce72561fce3 (patch) | |
tree | 532edf6c4ecbd05bfdbeb368f9bafb038b70adad /.gitignore | |
parent | 004e5539f82cc780d41fa4f012ccf98e1e75e2ee (diff) |
Function to verify all the sub-dependencies are defined in a list
When working with a list of deps, it's important to know that all the
sub-dependencies have an associated dep_t of the same name in the list.
This means that we can easily find that ordering the deps won't result
stop in an undefined reference.
A new test program has been created for this function.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,3 +15,4 @@ configure libtool tstr tdep +tdep2 |