summaryrefslogtreecommitdiff
path: root/fstests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fstests/Makefile')
-rw-r--r--fstests/Makefile19
1 files changed, 11 insertions, 8 deletions
diff --git a/fstests/Makefile b/fstests/Makefile
index 76d963f6..27dca18c 100644
--- a/fstests/Makefile
+++ b/fstests/Makefile
@@ -19,22 +19,25 @@ dir := fstests
include ../Makeconf
-DIST_FILES = fstests.c Makefile fdtests.c ChangeLog
+DIST_FILES = fstests.c Makefile fdtests.c ChangeLog timertest.c
-OBJS=fdtests.o #fstests.o
+#OBJS=fdtests.o
+#OBJS=fstests.o
+OBJS=timertest.o
-all: fdtests
+all: timertest
fstests: $(OBJS) $(libc); $(link)
fdtests: $(OBJS) $(libc); $(link)
+timertest: $(OBJS) $(libc); $(link)
-install: fdtests $(hurdroot) #fstests
- cp fdtests $(hurdroot)/bin/fdtests
+install: $(hurdroot) timertest #fstests fdtests
+# cp fdtests $(hurdroot)/bin/fdtests
# cp fstests $(hurdroot)/bin/fstests
-
+ cp timertest $(hurdroot)/bin/timertest
clean:
- rm -f fstests
+ rm -f fstests fdtests timertest *.o
relink:
- rm -f fstests
+ rm -f fstests fdtests timertest