From: Kalervo Kujala Date: Tue, 10 Jan 2012 17:35:26 +0000 (+0200) Subject: Add crypto and stream specs to test runner configuration. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=58107b1958f7203484093bd496f364301724dd8b;p=pdf.js.git Add crypto and stream specs to test runner configuration. --- diff --git a/test/unit/jsTestDriver.conf b/test/unit/jsTestDriver.conf index 6664280..4baf3c0 100644 --- a/test/unit/jsTestDriver.conf +++ b/test/unit/jsTestDriver.conf @@ -25,4 +25,6 @@ load: - ../../external/jpgjs/jpg.js - ../unit/obj_spec.js - ../unit/function_spec.js + - ../unit/crypto_spec.js + - ../unit/stream_spec.js