Commit Graph

10 Commits

Author SHA1 Message Date
Enrique Osuna
20686b9990 Ensure test environment is ready (#462)
When running tests, lets make sure that the test environment is ready to go.
2016-10-31 11:16:31 -07:00
Erik Price
fcd482898a Make copying optional when sending data (#427)
* Reduce memory usage

Reduce memory usage by discarding, not resetting, the frame data buffer.
Let delegate control copying.

* Delegate methods expect `self`

* Add `-sendWithoutCopyingData:error:`

* Add `-webSocket:shouldCopyReceivedData:`

* Update test script name in Makefile

* use a Swiftier name

* Fix error messages

* Remove `-webSocket:shouldCopyReceivedData:`

* Remove assertion

* Fix typo
2016-06-28 15:43:44 -07:00
Josh Allmann
a9574d3cbd Build SocketRocket by default in main Makefile.
This is closer to the expected behavior of a Makefile.
2015-04-29 18:07:20 -07:00
Mike Lewis
018af55746 Making makefile auto open page even if tests fail now 2012-08-14 19:35:10 -07:00
Mike Lewis
2bb10d5c7b Added test_perf make target 2012-02-12 11:46:34 -08:00
Mike Lewis
1cbe10384c Even more test cleanup 2012-02-12 11:41:03 -08:00
Mike Lewis
0000ae2507 Small makefile cleanup 2012-02-12 11:19:24 -08:00
Mike Lewis
c2ec8128be Simplifying Makefile 2012-01-29 21:16:45 -08:00
Mike Lewis
f6f8619f96 Some more cleanup 2012-01-29 02:24:23 -08:00
Mike Lewis
4cd88bdd34 Testing from the command line 2012-01-28 21:15:23 -08:00