summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2014-10-09 14:29:04 -0300
committerLucas De Marchi <lucas.demarchi@intel.com>2014-10-09 14:29:04 -0300
commit4328982058bd6840518ff552a0405bf8f9d73909 (patch)
tree3f5f8d90cc3b138ec0d91264c9d187dfb3e4b1c2 /shared
parentc5798fea9376958f62c4a7b253a9d8136c241040 (diff)
downloadkmod-4328982058bd6840518ff552a0405bf8f9d73909.tar.gz
testsuite: remove now unused array of tests
Remove the arrays and let each test with a guaranteed unique name.
Diffstat (limited to 'shared')
-rw-r--r--shared/macro.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/macro.h b/shared/macro.h
index 0f8e4c0..0f035b1 100644
--- a/shared/macro.h
+++ b/shared/macro.h
@@ -68,3 +68,5 @@
#define noreturn __attribute__((noreturn))
#endif
#endif
+
+#define UNIQ __COUNTER__