Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
readosm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Ture Pålsson
readosm
Commits
d88c53b8
Commit
d88c53b8
authored
10 years ago
by
Ture Pålsson
Browse files
Options
Downloads
Patches
Plain Diff
Add helper script for 'git bisect'
parent
0ecc9de9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+0
-1
0 additions, 1 deletion
.gitignore
bistest
+22
-0
22 additions, 0 deletions
bistest
with
22 additions
and
1 deletion
.gitignore
+
0
−
1
View file @
d88c53b8
...
...
@@ -2,7 +2,6 @@ Makefile
config.log
config.status
Doxyfile
bistest
config.h
examples/test_osm1
examples/test_osm2
...
...
This diff is collapsed.
Click to expand it.
bistest
0 → 100755
+
22
−
0
View file @
d88c53b8
#! /bin/bash
say
()
{
echo
-e
'\033[1;34m'
${
1
}
'\033[0m'
}
exec
2>bistest.out
say
'Compiling readosm'
make
install
CFLAGS
=
"-g -O0"
||
exit
1
cd
../test
rm
*
.o
say
'Compiling test program'
make
||
exit
2
say
'Running test program'
export
DYLD_INSERT_LIBRARIES
=
/usr/lib/libgmalloc.dylib
./test
$HOME
/Documents/Kartor/OSM/sweden.osm.pbf
||
exit
3
unset
DYLD_INSERT_LIBRARIES
say
'OK'
exit
0
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