Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gf-emc-test-suite
Manage
Activity
Members
Labels
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SECO Northern Europe
Tools
gf-emc-test-suite
Commits
b89eadeb
Commit
b89eadeb
authored
6 years ago
by
Jonas Höppner
Committed by
Norman Stetter
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ltp-guf-test: rewrite fwrite for builtin test (refs #39953)
Change-Id: I3c6630f8bfa53af12e668f5fac38ca288a584ac7
parent
1771c590
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
testcases/bit/Makefile
+1
-1
1 addition, 1 deletion
testcases/bit/Makefile
testcases/fwrite/Makefile
+1
-25
1 addition, 25 deletions
testcases/fwrite/Makefile
testcases/fwrite/fwrite.c
+169
-324
169 additions, 324 deletions
testcases/fwrite/fwrite.c
with
171 additions
and
350 deletions
testcases/bit/Makefile
+
1
−
1
View file @
b89eadeb
...
...
@@ -12,7 +12,7 @@ CFLAGS+= -I$(top_srcdir)/include -I. -I.. -Wall -Werror -D BIT
LOADLIBES
+=
-L
$(
top_srcdir
)
/lib
LDFLAGS
+=
-lpthread
-lncurses
-lasound
SRCS
=
$(
TARGET
)
.c ../common/common.c ../bwrite/bwrite.c
SRCS
=
$(
TARGET
)
.c ../common/common.c ../bwrite/bwrite.c
../fwrite/fwrite.c
all
:
$(TARGET)
...
...
This diff is collapsed.
Click to expand it.
testcases/fwrite/Makefile
+
1
−
25
View file @
b89eadeb
##########################################################################
## ##
## Copyright (C) 2010 Garz & Fricke GmbH ##
## ##
## No use or disclosure of this information in any form without ##
## the written permission of the author ##
## ##
##########################################################################
TARGET
=
fwrite
top_srcdir
?=
$(
SYSROOT
)
/usr
CFLAGS
+=
-I
$(
top_srcdir
)
/include
-Wall
-Werror
LOADLIBES
+=
-L
$(
top_srcdir
)
/lib
-lltp
SRCS
=
$(
TARGET
)
.c
all
:
$(TARGET)
$(TARGET)
:
$(SRCS)
@
mkdir
-p
../bin
@$(
CC
)
$(
CFLAGS
)
$(
LDFLAGS
)
$<
$(
LOADLIBES
)
-o
../bin/
$@
clean
:
rm
-f
$(
TARGET
)
*
.o
*
.bak
*
~
\ No newline at end of file
include
../common/Makefile
This diff is collapsed.
Click to expand it.
testcases/fwrite/fwrite.c
+
169
−
324
View file @
b89eadeb
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment