From 86e79d795514424a4a69be0568bc2eeb802733b6 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 12 Apr 2018 14:52:36 +1000 Subject: testsuites/dl06: Add a test for RAP format. This test loads a RAP format file that contains calls that are not in the kernel and linked from libm. It uses and test rtems-ld. Update #2769 --- testsuites/libtests/dl06/dl06.doc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 testsuites/libtests/dl06/dl06.doc (limited to 'testsuites/libtests/dl06/dl06.doc') diff --git a/testsuites/libtests/dl06/dl06.doc b/testsuites/libtests/dl06/dl06.doc new file mode 100644 index 0000000000..8487385b04 --- /dev/null +++ b/testsuites/libtests/dl06/dl06.doc @@ -0,0 +1,20 @@ +# Copyright (c) 2018 Chris Johns +# +# The license and distribution terms for this file may be +# found in the file LICENSE in this distribution or at +# http://www.rtems.org/license/LICENSE. +# + +This file describes the directives and concepts tested by this test set. + +test set name: dl06 + +directives: + + n/a + +concepts: + ++ Create a single RAP for file with 2 object files where one references + functions in libm that should never be part of the kernel base image. ++ Load the RAP image and executable the math library calls. -- cgit v1.2.3