add tests to sample package; fix load/unload behavior
[pkgdev.git] / pkgTest / R / tests / t.a.R
1 test_a = function() {
2 a()
3 }
4
5 test_c = function() {
6 c()
7 }