Fix: tests: don't build dynamic lib tests if support disabled
[lttng-tools.git] / tests / regression / ust / ust-dl / libfoo.h
1 #ifndef _LIBFOO_H
2 #define _LIBFOO_H
3
4 int foo();
5
6 #endif /* _LIBFOO_H */
This page took 0.035813 seconds and 5 git commands to generate.