Tests: Rename tests under lib with tests naming convention
[babeltrace.git] / tests / lib / runall.sh
index 2f1b5d7a4d24fd51a59708799203b281624d36cc..5c2829968d5f5f914005fc03575026798920c509 100755 (executable)
@@ -1,3 +1,9 @@
 #!/bin/sh
 # run Seeks tests
-./test-seeks ../ctf-traces/succeed/wk-heartbeat-u/ 1351532897586558519 1351532897591331194
+# With a trace than contains empty packets
+./test_seek ../ctf-traces/succeed/wk-heartbeat-u/ 1351532897586558519 1351532897591331194
+# With a bigger trace
+./test_seek ../ctf-traces/succeed/lttng-modules-2.0-pre5/ 61334174524234 61336381998396
+
+# run bitfield tests
+./test_bitfield
This page took 0.023226 seconds and 4 git commands to generate.