Tests: Add test_utils_resolve_relative to unit tests
[lttng-tools.git] / .gitignore
index 120d93658e36e2db8781d09febde905be8a97d99..2d779e4b423cefae2a84885bccd9d31a27c0bdd7 100644 (file)
@@ -15,6 +15,7 @@ Makefile.in
 *.info
 *.bz2
 *.tar
+.dirstamp
 configure
 aclocal.m4
 autom4te.cache/
@@ -45,6 +46,7 @@ src/lib/lttng-ctl/filter/filter-parser.output
 extras/bindings/swig/python/lttng.i
 extras/bindings/swig/python/lttng.py
 extras/bindings/swig/python/lttng_wrap.c
+extras/core-handler/crash
 
 .checkpatch.conf
 
@@ -54,6 +56,7 @@ tests/unit/test_session
 tests/unit/test_uri
 tests/unit/test_ust_data
 tests/unit/test_utils_parse_size_suffix
+tests/unit/test_utils_resolve_relative
 kernel_all_events_basic
 kernel_event_basic
 ust_global_event_wildcard
@@ -73,5 +76,7 @@ tests/regression/ust/exit-fast/exit-fast
 tests/regression/ust/fork/fork
 tests/regression/ust/fork/fork2
 tests/regression/ust/libc-wrapper/prog
+tests/utils/testapp/gen-ust-nevents/gen-ust-nevents
+tests/regression/tools/live/live_test
 
 benchmark/
This page took 0.024541 seconds and 5 git commands to generate.