annotate quick-test.html @ 106:1ab9634703ca

Add QM Vamp Plugins build, and separate out object file builds (so we can use the C compiler for .c files). Problem is we are now building in the "client project"'s own directory, so conflicting with its own native .o files -- to be revised.
author Chris Cannam <c.cannam@qmul.ac.uk>
date Fri, 30 Sep 2016 19:06:02 +0100
parents 95643de89a08
children 90bf9d9f9c95
rev   line source
c@73 1 <html>
c@73 2 <head>
c@73 3 <meta charset="UTF-8">
c@73 4 <title>VamPipe Adapter Test</title>
c@73 5
c@73 6 <style type="text/css">
c@73 7 body { margin: 5%; }
c@73 8 table, td, th { border: 0.1em solid #e0e0e0; border-collapse: collapse }
c@73 9 td, th { padding: 0.5em }
c@73 10 </style>
c@73 11
c@97 12 <script src="VampExamplePlugins.js"></script>
c@73 13 <script src="quick-test.js"></script>
c@73 14 </head>
c@73 15 <body>
c@73 16 <h3>VamPipe Adapter Test</h3>
c@73 17
c@73 18 <p id="test-result"></p>
c@73 19
c@73 20 </body>
c@73 21 </html>