add tests to sample package; fix load/unload behavior
[pkgdev.git] / pkgTest / R / tests / t.a.R
diff --git a/pkgTest/R/tests/t.a.R b/pkgTest/R/tests/t.a.R
new file mode 100644 (file)
index 0000000..970ef5d
--- /dev/null
@@ -0,0 +1,7 @@
+test_a = function() {
+       a()
+}
+
+test_c = function() {
+       c()
+}