covoar/wscript: Install covoar.css and table.js

This commit is contained in:
Vijay Kumar Banerjee 2020-01-24 15:27:16 +05:30 committed by Chris Johns
parent 2852cac71a
commit 18d3daa237

View File

@ -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'])