Skip to content

Instantly share code, notes, and snippets.

View dylanahsmith's full-sized avatar

Dylan Thacker-Smith dylanahsmith

  • Quebec
  • 19:56 (UTC -04:00)
View GitHub Profile
@dylanahsmith
dylanahsmith / rubytest
Last active October 3, 2015 16:58
Wrapper script for running ruby tests
#!/usr/bin/env ruby
require 'pathname'
require 'optparse'
USAGE = "Usage: rubytest [OPTIONS] FILE..."
debug = true
args = []
@dylanahsmith
dylanahsmith / Makefile
Created October 17, 2011 04:13
houdini_escape_xml tests
MODULE = main
SOURCES = $(wildcard *.c)
OBJS = $(SOURCES:%.c=%.o)
CFLAGS = -Wall -I. -ggdb -O0
all: $(MODULE)
$(MODULE): $(OBJS)
clean:
@dylanahsmith
dylanahsmith / 2.1.0-github
Created January 30, 2014 17:57
ruby-build definition for github's patched ruby 2.1
install_package "openssl-1.0.1e" "https://www.openssl.org/source/openssl-1.0.1e.tar.gz#66bf6f10f060d561929de96f9dfe5b8c" mac_openssl --if has_broken_mac_openssl
install_git "ruby-2.1.0-github" git@github.com:github/ruby.git 2.1 ldflags_dirs standard verify_openssl