mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
libports: add test/libc_resolv target
libc_resolv is used by noux-pkgs and is only a runtime dependency but therefore needs to be build.
This commit is contained in:
parent
91e6ab2baf
commit
42df6e3d01
11
libports/src/test/libc_resolv/main.cc
Normal file
11
libports/src/test/libc_resolv/main.cc
Normal file
@ -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;
|
||||
}
|
3
libports/src/test/libc_resolv/target.mk
Normal file
3
libports/src/test/libc_resolv/target.mk
Normal file
@ -0,0 +1,3 @@
|
||||
TARGET = test-libc_resolv
|
||||
SRC_CC = main.cc
|
||||
LIBS = cxx env libc libc_resolv
|
Loading…
Reference in New Issue
Block a user