mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 14:11:23 -04:00
begin snowflake coffee tests and Cakefile
This commit is contained in:
parent
93a9aabfd1
commit
95952830ba
3 changed files with 99 additions and 0 deletions
8
proxy/Cakefile
Normal file
8
proxy/Cakefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
fs = require 'fs'
|
||||
|
||||
{exec} = require 'child_process'
|
||||
|
||||
task 'test', 'test snowflake.coffee', () ->
|
||||
exec 'coffee snowflake_test.coffee -v', (err, stdout, stderr) ->
|
||||
throw err if err
|
||||
console.log stdout + stderr
|
Loading…
Add table
Add a link
Reference in a new issue