summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl10
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-11-22 16:26:20 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-11-25 11:32:19 +0100
commit8f021bdbf9a83a7bd5c94f1f4dc275da2135b52f (patch)
treec6cd60d65dad9d366ff446368f3892d8de03e4e0 /testsuites/libtests/dl10
parentlibtests/tar0[12]:: Use static archive content (diff)
downloadrtems-8f021bdbf9a83a7bd5c94f1f4dc275da2135b52f.tar.bz2
libtests/dl*: Do not generate files via "echo"
Add the static files to the repository. This simplifies the build. Update #3818.
Diffstat (limited to 'testsuites/libtests/dl10')
-rw-r--r--testsuites/libtests/dl10/etc/libdl.conf4
-rw-r--r--testsuites/libtests/dl10/init.c8
2 files changed, 4 insertions, 8 deletions
diff --git a/testsuites/libtests/dl10/etc/libdl.conf b/testsuites/libtests/dl10/etc/libdl.conf
new file mode 100644
index 0000000000..1573e04650
--- /dev/null
+++ b/testsuites/libtests/dl10/etc/libdl.conf
@@ -0,0 +1,4 @@
+#
+ # blah blah
+/libdl10*.a
+
diff --git a/testsuites/libtests/dl10/init.c b/testsuites/libtests/dl10/init.c
index d297567f84..214bc7e789 100644
--- a/testsuites/libtests/dl10/init.c
+++ b/testsuites/libtests/dl10/init.c
@@ -60,14 +60,6 @@ static void Init(rtems_task_argument arg)
exit (1);
}
- e = symlink ("libdl-dl10.conf", "/etc/libdl.conf");
- if (e != 0)
- {
- printf ("error: untar failed: %d\n", e);
- rtems_test_exit (1);
- exit (1);
- }
-
test();
rtems_shell_init_environment ();