summaryrefslogtreecommitdiff
path: root/tests/functional/check-compressed-trace.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/check-compressed-trace.sh.in')
-rw-r--r--tests/functional/check-compressed-trace.sh.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/functional/check-compressed-trace.sh.in b/tests/functional/check-compressed-trace.sh.in
new file mode 100644
index 0000000..1ce497a
--- /dev/null
+++ b/tests/functional/check-compressed-trace.sh.in
@@ -0,0 +1,3 @@
+bzcat $1 | '${CMAKE_BINARY_DIR}/${PROJECT_NAME}' --mode=stat -a '${CMAKE_BINARY_DIR}/analyzers/libbreakdown.so' -I - -v 0 >$2
+diff -uN $3 $2
+exit $?