aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-10-13 19:07:57 +0200
committerMattias Andrée <maandree@kth.se>2017-10-13 19:07:57 +0200
commit76485979dd99159f032b35a4bf87cb0b8ed4c87d (patch)
treec207ff5fcef5a71a3407b0121bbc19a30d70248f /test.c
parentRewrite with style (and relicense) (diff)
downloadadjbacklight-76485979dd99159f032b35a4bf87cb0b8ed4c87d.tar.gz
adjbacklight-76485979dd99159f032b35a4bf87cb0b8ed4c87d.tar.bz2
adjbacklight-76485979dd99159f032b35a4bf87cb0b8ed4c87d.tar.xz
Add test8.0.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
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"