Advertisement
dlord

test_dependency_config

Jun 2nd, 2014
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. -- dependencies_conf
  2. -- Configuration file for the depends api helper.
  3. -- You will need to provide a table of keys
  4. -- containing the API names, and their respective
  5. -- pastebin code.
  6. DEPENDENCIES_LOCATION = "/lib"
  7.  
  8. DEPENDENCIES = {
  9. wm = "",
  10. wmtest = "",
  11. stack = "",
  12. button = ""
  13. }
  14.  
  15. -- One of the dependencies can be set to run on startup.
  16. -- This makes the API much more portable.
  17. STARTUP = "wmtest"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement