summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijaykumar9597@gmail.com>2020-01-24 15:27:16 +0530
committerChris Johns <chrisj@rtems.org>2020-01-28 08:36:50 +1100
commit18d3daa2377e08fa3aad703100e95a82118d06c4 (patch)
tree3ce2592705cb2fed412af581e77835799bee722d
parentrtemstoolkit/path: Add support to copy single file (diff)
downloadrtems-tools-18d3daa2377e08fa3aad703100e95a82118d06c4.tar.bz2
covoar/wscript: Install covoar.css and table.js
-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'])