summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/Makefile.am
diff options
context:
space:
mode:
authorKevin Kirspel <kevin-kirspel@idexx.com>2017-06-29 10:36:44 -0400
committerGedare Bloom <gedare@rtems.org>2017-07-14 16:04:05 -0400
commit1549beb15b8b3d96179ca7d1f95ae845b0462e82 (patch)
treee0cf6b3b87118d62178572b2ad4f62fd60e03dd0 /testsuites/psxtests/Makefile.am
parentposix/mmap: Add support for file handler and MAP_ANON (diff)
downloadrtems-1549beb15b8b3d96179ca7d1f95ae845b0462e82.tar.bz2
psxtests: Add a mmap dedicated test case
Updates #2859
Diffstat (limited to 'testsuites/psxtests/Makefile.am')
-rw-r--r--testsuites/psxtests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/psxtests/Makefile.am b/testsuites/psxtests/Makefile.am
index 7bcea4600a..cccdb39118 100644
--- a/testsuites/psxtests/Makefile.am
+++ b/testsuites/psxtests/Makefile.am
@@ -85,6 +85,7 @@ _SUBDIRS += psxrwlock01
_SUBDIRS += psxsem01
_SUBDIRS += psxshm01
_SUBDIRS += psxshm02
+_SUBDIRS += psxmmap01
_SUBDIRS += psxsignal01
_SUBDIRS += psxsignal02
_SUBDIRS += psxsignal03