]> git.mdlowis.com Git - proto/gir.git/commit
Added stubbed tests files for all default objects in the system
authorMike D. Lowis <mike.lowis@gentex.com>
Thu, 24 Sep 2015 14:29:42 +0000 (10:29 -0400)
committerMike D. Lowis <mike.lowis@gentex.com>
Thu, 24 Sep 2015 14:29:42 +0000 (10:29 -0400)
commit4c5dbb842606a4661062e6b615df2fccf166b38a
tree996b4887d122e055e32334a2047556ec58775646
parent92b481c4e1d0a34ca9be7f6dce9dbc7166880259
Added stubbed tests files for all default objects in the system
15 files changed:
build.rb
tests/main.c
tests/test_array.c [new file with mode: 0644]
tests/test_block.c [new file with mode: 0644]
tests/test_bool.c [new file with mode: 0644]
tests/test_false.c [new file with mode: 0644]
tests/test_list.c [new file with mode: 0644]
tests/test_lobby.c [new file with mode: 0644]
tests/test_map.c [new file with mode: 0644]
tests/test_nil.c [new file with mode: 0644]
tests/test_num.c [new file with mode: 0644]
tests/test_set.c [new file with mode: 0644]
tests/test_string.c [new file with mode: 0644]
tests/test_symbol.c [new file with mode: 0644]
tests/test_true.c [new file with mode: 0644]