genode/repos/base-hw/src/test/double_list/target.mk
Martin Stein a00eb9a66a hw: enhance and test double-list data-structure
To serve the needs of the coming CPU scheduler, the double list needs
additional methods such as 'to_tail' and 'insert_head'.

The commit also adds a run script that enables an automated unit test
of the list implementation.

ref #1225
2014-11-28 12:02:35 +01:00

15 lines
310 B
Makefile

#
# \brief Build config for a core that tests its double-list implementation
# \author Martin Stein
# \date 2011-12-16
#
# set target name that this configuration applies to
TARGET = test-double_list
# library that provides the whole configuration
LIBS += core
# add C++ sources
SRC_CC += kernel/test.cc