diff --git a/libports/src/test/libc_resolv/main.cc b/libports/src/test/libc_resolv/main.cc new file mode 100644 index 000000000..2f4fb9655 --- /dev/null +++ b/libports/src/test/libc_resolv/main.cc @@ -0,0 +1,11 @@ +/* + * Copyright (C) 2012 Genode Labs GmbH + * + * This file is part of the Genode OS framework, which is distributed + * under the terms of the GNU General Public License version 2. + */ + +int main(int argc, char **argv) +{ + return 0; +} diff --git a/libports/src/test/libc_resolv/target.mk b/libports/src/test/libc_resolv/target.mk new file mode 100644 index 000000000..e25096290 --- /dev/null +++ b/libports/src/test/libc_resolv/target.mk @@ -0,0 +1,3 @@ +TARGET = test-libc_resolv +SRC_CC = main.cc +LIBS = cxx env libc libc_resolv