blob: b9702cd3a0a20dda1fdd9a1a4e344ba9f7da17e1 [file] [log] [blame]
Roger Meieredf0d1d2011-08-03 21:21:43 +00001server: http://localhost:9876
2
3load:
4# Qunit adapter
5 - build/js/lib/equiv.js
6 - build/js/lib/QUnitAdapter.js
7# dependencies
Nobuaki Sukegawa63b51202015-05-10 23:35:07 +09008 - build/js/lib/jquery.js
Roger Meieredf0d1d2011-08-03 21:21:43 +00009 - build/js/thrift.js
10 - gen-js/ThriftTest_types.js
11 - gen-js/ThriftTest.js
12# the test suite
13 - test.js
14
15# redirect to the Java based Thrift testserver
16proxy:
17 - {matcher: "*", server: " http://localhost:8088"}