summaryrefslogtreecommitdiff
path: root/common/tests/test-compat.c
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2013-07-23 14:53:53 +0200
committerStef Walter <stef@thewalter.net>2013-07-23 23:06:27 +0200
commitb7cc29a78c3c705374ff25223fe14749ddb076b9 (patch)
tree4d9ec4586d19ed2230f4bdbb2a2e1887f7b254a4 /common/tests/test-compat.c
parent4d04cfdf2ac078cc4a95ff9a145f0045e074470b (diff)
Use simple serial automake test harness
* Add a testing sanity check to see if we're catching errors * Fix a few other testing issues
Diffstat (limited to 'common/tests/test-compat.c')
-rw-r--r--common/tests/test-compat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/tests/test-compat.c b/common/tests/test-compat.c
index a541235..fe312f8 100644
--- a/common/tests/test-compat.c
+++ b/common/tests/test-compat.c
@@ -89,7 +89,7 @@ int
main (int argc,
char *argv[])
{
- p11_test (test_strndup, "/test/strndup");
- p11_test (test_getauxval, "/test/getauxval");
+ p11_test (test_strndup, "/compat/strndup");
+ p11_test (test_getauxval, "/compat/getauxval");
return p11_test_run (argc, argv);
}