summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/putenvtest
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-11-15 11:53:36 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-11-15 11:55:44 -0600
commita136fb697d68ea7acfbce62981ace6994685a765 (patch)
treebca9eb7a4df7cbff70412c11058a6c5f84c256a3 /testsuites/libtests/putenvtest
parentRename imfs_fspathenval.scn to imfs_fspatheval.scn (diff)
downloadrtems-a136fb697d68ea7acfbce62981ace6994685a765.tar.bz2
testsuites: Add missing .scn files
Diffstat (limited to 'testsuites/libtests/putenvtest')
-rw-r--r--testsuites/libtests/putenvtest/Makefile.am2
-rw-r--r--testsuites/libtests/putenvtest/putenvtest.scn6
2 files changed, 8 insertions, 0 deletions
diff --git a/testsuites/libtests/putenvtest/Makefile.am b/testsuites/libtests/putenvtest/Makefile.am
index f8dedaa134..577b8d4f06 100644
--- a/testsuites/libtests/putenvtest/Makefile.am
+++ b/testsuites/libtests/putenvtest/Makefile.am
@@ -6,6 +6,8 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
+dist_rtems_tests_DATA = putenvtest.scn
+#dist_rtems_tests_DATA = putenvtest.doc
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
diff --git a/testsuites/libtests/putenvtest/putenvtest.scn b/testsuites/libtests/putenvtest/putenvtest.scn
new file mode 100644
index 0000000000..7bc7f9a150
--- /dev/null
+++ b/testsuites/libtests/putenvtest/putenvtest.scn
@@ -0,0 +1,6 @@
+
+
+*** PUTENV/GETENV TEST ***
+putenv("FOO=BAR") - expected to work
+getenv("FOO") ==> "BAR"
+*** END OF PUTENV/GETENV TEST ***