13
debian/tests/libgimp2.0-dev
vendored
13
debian/tests/libgimp2.0-dev
vendored
@ -20,6 +20,7 @@ fi
|
|||||||
|
|
||||||
cat <<'EOF' > gimp-2.0.c
|
cat <<'EOF' > gimp-2.0.c
|
||||||
#include <libgimp/gimp.h>
|
#include <libgimp/gimp.h>
|
||||||
|
|
||||||
#undef NDEBUG
|
#undef NDEBUG
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
@ -32,7 +33,13 @@ int main(void)
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat <<'EOF' > gimpthumb-2.0.c
|
cat <<'EOF' > gimpthumb-2.0.c
|
||||||
#include <libgimp/gimpthumb.h>
|
/* TODO: shouldn't be necessary */
|
||||||
|
#include <glib.h>
|
||||||
|
#include <glib-object.h>
|
||||||
|
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||||
|
|
||||||
|
#include <libgimpthumb/gimpthumb.h>
|
||||||
|
|
||||||
#undef NDEBUG
|
#undef NDEBUG
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
@ -44,7 +51,11 @@ int main(void)
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat <<'EOF' > gimpui-2.0.c
|
cat <<'EOF' > gimpui-2.0.c
|
||||||
|
/* TODO: shouldn't be necessary */
|
||||||
|
#include <libgimp/gimp.h>
|
||||||
|
|
||||||
#include <libgimp/gimpui.h>
|
#include <libgimp/gimpui.h>
|
||||||
|
|
||||||
#undef NDEBUG
|
#undef NDEBUG
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user