From bde4a9f40bb4af39270a124d5ef9571a83305d0a Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 30 Jan 2021 20:36:42 +0000 Subject: Restructure to allow a resource path and testing --- test/Jamfile.jam | 5 +++++ test/fixtures/height/V0txo.jpg | Bin 0 -> 38235 bytes 2 files changed, 5 insertions(+) create mode 100644 test/fixtures/height/V0txo.jpg (limited to 'test') diff --git a/test/Jamfile.jam b/test/Jamfile.jam index 0dbbc4e..f5d56eb 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -2,8 +2,13 @@ import testing ; lib boost_unit_test_framework ; +path-constant res : ../res ; +path-constant fixtures : fixtures ; + project : requirements BOOST_TEST_DYN_LINK + RESDIR=\\\"$(res)/\\\" + FIXTURESDIR=\\\"$(fixtures)/\\\" boost_unit_test_framework ..//ilt tidy:hicpp-vararg diff --git a/test/fixtures/height/V0txo.jpg b/test/fixtures/height/V0txo.jpg new file mode 100644 index 0000000..cb4b045 Binary files /dev/null and b/test/fixtures/height/V0txo.jpg differ -- cgit v1.2.3