libei/test/buildtest.c
Peter Hutterer bde5b37acf Include stddef.h for size_t
And add the minimal build tests to make sure we build and link

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2020-08-24 13:01:37 +10:00

15 lines
188 B
C

#if INCLUDE_LIBEI
#include <libei.h>
#endif
#if INCLUDE_LIBEIS
#include <libeis.h>
#endif
#if INCLUDE_LIBREIS
#include <libreis.h>
#endif
int main(int argc, char **argv) {
return 0;
}