Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Steel City 2012

Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on.

Steel City 2012

Avatar for Aaron Patterson

Aaron Patterson

March 03, 2015

More Decks by Aaron Patterson

Other Decks in Technology

Transcript

  1. AT&T, AT&T logo and all AT&T related marks are trademarks

    of AT&T Intellectual Property and/or AT&T affiliated companies.
  2. C / C++ 1.Run configure 2.Did it work? Goto 4

    3.Install stuff. Goto 1 4.Run make 5.Did it work? Goto 7 6.Install stuff. Goto 4. 7.Have a cookie!
  3. C / C++ $ ls test # tests are in

    here $ make test # language features $ make test-all # lang + stdlib $ make test-all TESTS=test/test_foo.rb $ make rubyspec # ruby spec MRI