Tests: Add test_utils_expand_path to unit tests
[lttng-tools.git] / .gitignore
index 8e2e63d1cd1a99f70578f16842b85a3774b191f0..7041d37682cf7014705325891f871abd98a5d657 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
 
@@ -53,6 +55,9 @@ tests/unit/test_kernel_data
 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
+tests/unit/test_utils_expand_path
 kernel_all_events_basic
 kernel_event_basic
 ust_global_event_wildcard
@@ -72,5 +77,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.022787 seconds and 4 git commands to generate.