summaryrefslogtreecommitdiffstats
path: root/tester/covoar/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'tester/covoar/wscript')
-rw-r--r--tester/covoar/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/tester/covoar/wscript b/tester/covoar/wscript
index 7efa0dd..165a1b8 100644
--- a/tester/covoar/wscript
+++ b/tester/covoar/wscript
@@ -138,3 +138,4 @@ def build(bld):
cflags = ['-O2', '-g'],
cxxflags = ['-std=c++11', '-O2', '-g'],
includes = ['.'] + rtl_includes)
+ bld.install_files('${PREFIX}/share/rtems/tester/covoar', ['covoar.css', 'table.js'])