diff options
Diffstat (limited to 'tests/test_rpath_rpath_get.c')
-rw-r--r-- | tests/test_rpath_rpath_get.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/test_rpath_rpath_get.c b/tests/test_rpath_rpath_get.c new file mode 100644 index 0000000..17e7e7c --- /dev/null +++ b/tests/test_rpath_rpath_get.c @@ -0,0 +1,15 @@ +#include "spm.h" +#include "framework.h" + +const char *testFmt = "returned '%s', expected '%s'\n"; +struct TestCase testCase[] = { + {}, +}; +size_t numCases = sizeof(testCase) / sizeof(struct TestCase); + +int main(int argc, char *argv[]) { + for (size_t i = 0; i < numCases; i++) { + // myassert() + } + return 0; +}
\ No newline at end of file |