Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hammer
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Denley Lam
hammer
Commits
1789cbf0
Commit
1789cbf0
authored
12 years ago
by
Meredith L. Patterson
Browse files
Options
Downloads
Patches
Plain Diff
Fixed default 'all' target; fixed format warnings in test suite
parent
4543b091
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
common.mk
+2
-0
2 additions, 0 deletions
common.mk
src/test_suite.h
+1
-1
1 addition, 1 deletion
src/test_suite.h
with
3 additions
and
1 deletion
common.mk
+
2
−
0
View file @
1789cbf0
...
...
@@ -6,6 +6,8 @@ CFLAGS += -DINCLUDE_TESTS
.SUFFIX
:
.DEFAULT_GOAL
:=
all
%.a
:
-
rm
-f
$@
ar crv
$@
$^
...
...
This diff is collapsed.
Click to expand it.
src/test_suite.h
+
1
−
1
View file @
1789cbf0
...
...
@@ -6,7 +6,7 @@
typeof (n1) _n1 = (n1); \
typeof (n2) _n2 = (n2); \
if (!(_n1 op _n2)) { \
g_test_message("Check failed: (%s): (%d %s %d)", \
g_test_message("Check failed: (%s): (%
ll
d %s %d)", \
#n1 " " #op " " #n2, \
_n1, #op, _n2); \
g_test_fail(); \
...
...
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