summaryrefslogtreecommitdiff
path: root/newlib-tester/wscript
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-08-16 18:23:21 -0500
committerJoel Sherrill <joel@rtems.org>2018-08-23 09:28:24 -0500
commit73f7a28382b816ba17561791e48eed86cfb9ed68 (patch)
tree441e5fb53735e065e06c78c9cc8d3653a9df97c7 /newlib-tester/wscript
parent859096bd78dd8148dd13752621382ba1d7ee7e73 (diff)
Add newlib to rest test documentnewlib-tester
Diffstat (limited to 'newlib-tester/wscript')
-rw-r--r--newlib-tester/wscript11
1 files changed, 11 insertions, 0 deletions
diff --git a/newlib-tester/wscript b/newlib-tester/wscript
new file mode 100644
index 0000000..26ab0ca
--- /dev/null
+++ b/newlib-tester/wscript
@@ -0,0 +1,11 @@
+from sys import path
+from os.path import abspath
+path.append(abspath('../common/'))
+
+from waf import cmd_configure as configure
+from waf import cmd_build as build
+from waf import cmd_options as options
+from waf import spell
+from waf import cmd_spell
+from waf import linkcheck
+from waf import cmd_linkcheck