aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test.c b/test.c
new file mode 100644
index 0000000..e559f64
--- /dev/null
+++ b/test.c
@@ -0,0 +1,6 @@
+/* See LICENSE file for copyright and license details. */
+#ifdef BACKLIGHT_DIR
+# undef BACKLIGHT_DIR
+#endif
+#define BACKLIGHT_DIR ".testdir"
+#include "adjbacklight.c"