Now we store the tables when they are created

This commit is contained in:
Jonatan Pålsson 2011-02-17 12:12:12 +01:00
parent 391af1a96a
commit 818205e19b
3 changed files with 37 additions and 22 deletions

View file

@ -1,3 +1,3 @@
#!/usr/bin/env bash
erl -boot start_sasl -pa ebin_test -pa erlang_js/ebin/ -pa erlv8/ebin -pa ebin -pa src -eval 'ggs_protocol_test:test_parse().'
erl -boot start_sasl -pa ebin_test -pa erlang_js/ebin/ -pa ebin -pa src -eval 'ggs_coordinator_test:test().'