From 18d3daa2377e08fa3aad703100e95a82118d06c4 Mon Sep 17 00:00:00 2001 From: Vijay Kumar Banerjee Date: Fri, 24 Jan 2020 15:27:16 +0530 Subject: covoar/wscript: Install covoar.css and table.js --- tester/covoar/wscript | 1 + 1 file changed, 1 insertion(+) 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']) -- cgit v1.2.3