summaryrefslogtreecommitdiff
path: root/powerpc/utils.h
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@hackbox.linaro.org>2014-10-02 10:16:33 +0100
committerMilosz Wasilewski <milosz.wasilewski@hackbox.linaro.org>2014-10-02 10:16:33 +0100
commit24689e01d37605141ce768d94a94f0be3421049d (patch)
treeb2ac61c7572a4bbb49aa5c871fe6f3fd68436db1 /powerpc/utils.h
parente14eb051ff73ab8692770762adf44045ba092398 (diff)
Diffstat (limited to 'powerpc/utils.h')
-rw-r--r--powerpc/utils.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/powerpc/utils.h b/powerpc/utils.h
index a93777a..5851c4b 100644
--- a/powerpc/utils.h
+++ b/powerpc/utils.h
@@ -31,19 +31,4 @@ do { \
} \
} while (0)
-/* The test harness uses this, yes it's gross */
-#define MAGIC_SKIP_RETURN_VALUE 99
-
-#define SKIP_IF(x) \
-do { \
- if ((x)) { \
- fprintf(stderr, \
- "[SKIP] Test skipped on line %d\n", __LINE__); \
- return MAGIC_SKIP_RETURN_VALUE; \
- } \
-} while (0)
-
-#define _str(s) #s
-#define str(s) _str(s)
-
#endif /* _SELFTESTS_POWERPC_UTILS_H */