diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-10 16:26:39 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-10 17:12:13 +0200 |
commit | 8a35cc2a73a8d02feb30262a76e79fee49961df4 (patch) | |
tree | 659df5efcf7ce5269baa5976554c817705ec9355 /src/test-binding.h | |
parent | 14c5b20de6357f57d1facf1c9742f78958df29a3 (diff) |
Update controller mechanism
Add luaunit as xUnit lua framework
Change-Id: I49627b6554c62d05eca5e367d073b037385e40b1
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/test-binding.h')
-rw-r--r-- | src/test-binding.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/test-binding.h b/src/test-binding.h index 57d4ce9..8b0e62d 100644 --- a/src/test-binding.h +++ b/src/test-binding.h @@ -20,11 +20,12 @@ #define _CTL_BINDING_INCLUDE_ #include <stdio.h> -#include <alsa/asoundlib.h> - +#include <ctl-config.h> #include <filescan-utils.h> #include <wrap-json.h> -#include <ctl-config.h> +#ifndef ERROR + #define ERROR -1 +#endif #endif /* _CTL_BINDING_INCLUDE_ */ |