17 |
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
18 |
*/ |
*/ |
19 |
|
|
20 |
|
#include <config.h> |
21 |
|
|
22 |
#include "instrument.h" |
#include "instrument.h" |
23 |
|
|
24 |
#include <assert.h> |
#include <assert.h> |
206 |
} |
} |
207 |
free_dir_list(list); |
free_dir_list(list); |
208 |
} |
} |
|
|
|
|
void jscoverage_copy_resources(const char * destination_directory) { |
|
|
copy_resource("jscoverage.html", destination_directory); |
|
|
copy_resource("jscoverage.css", destination_directory); |
|
|
copy_resource("jscoverage.js", destination_directory); |
|
|
copy_resource("jscoverage-throbber.gif", destination_directory); |
|
|
copy_resource("jscoverage-sh_main.js", destination_directory); |
|
|
copy_resource("jscoverage-sh_javascript.js", destination_directory); |
|
|
copy_resource("jscoverage-sh_nedit.css", destination_directory); |
|
|
} |
|