add tests to sample package; fix load/unload behavior
[pkgdev.git] / pkgTest / src / tests / t.d.c
diff --git a/pkgTest/src/tests/t.d.c b/pkgTest/src/tests/t.d.c
new file mode 100644 (file)
index 0000000..63939a9
--- /dev/null
@@ -0,0 +1,3 @@
+void test_d() {
+       d();
+}