summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-10 17:06:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-10 17:06:27 +0000
commitf93d996e2666dd2efd9413679d90b6df88cb8421 (patch)
tree2a93d9575fe151060912868c9603e3411ac4e460 /c
parentSet the read/write offset to 0 when the file is opened. The ACVC had a test (diff)
downloadrtems-f93d996e2666dd2efd9413679d90b6df88cb8421.tar.bz2
Changed file name.
Diffstat (limited to 'c')
-rw-r--r--c/src/tests/psxtests/psxtimer/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/tests/psxtests/psxtimer/Makefile.in b/c/src/tests/psxtests/psxtimer/Makefile.in
index 182bd2c2aa..bcfa84bf4c 100644
--- a/c/src/tests/psxtests/psxtimer/Makefile.in
+++ b/c/src/tests/psxtests/psxtimer/Makefile.in
@@ -8,12 +8,12 @@ VPATH = @srcdir@
RTEMS_ROOT = @top_srcdir@
PROJECT_ROOT = @PROJECT_ROOT@
-TEST=pxtimer
+TEST=psxtimer
MANAGERS=all
# C source names, if any, go here -- minus the .c
-C_PIECES=psxtimertest
+C_PIECES=psxtimer
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)