From b62ccc5d017e54beecd72d64d2074473c49192a7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 4 Jan 2018 09:49:34 +0200 Subject: Implement small_list, small_forward_list Note that with VC small_list is never "small" because of the extra "headnode" that this implementation allocates (see notes in small-list.mxx for details). --- tests/small-forward-list/buildfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/small-forward-list/buildfile (limited to 'tests/small-forward-list/buildfile') diff --git a/tests/small-forward-list/buildfile b/tests/small-forward-list/buildfile new file mode 100644 index 0000000..8a6c7d6 --- /dev/null +++ b/tests/small-forward-list/buildfile @@ -0,0 +1,8 @@ +# file : tests/small-forward-list/buildfile +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +import libs = libbutl%lib{butl} +libs += $stdmod_lib + +exe{driver}: {hxx cxx}{*} $libs -- cgit v1.1